aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-08-15 22:57:06 -0400
committerAndrew Kelley <andrew@ziglang.org>2019-08-15 22:57:06 -0400
commit1e3b6816a8929bb141fb2157197077d74656e7ca (patch)
tree06d72111a0ced129066304bae9c01c6f873d05e3 /src/main.cpp
parentff7e826b82b097ffb688e809b6d762d8d56c0f3c (diff)
downloadzig-1e3b6816a8929bb141fb2157197077d74656e7ca.tar.gz
zig-1e3b6816a8929bb141fb2157197077d74656e7ca.zip
note that -mllvm is unsupported
closes #3045
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 42d0850046..c0945ef180 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -85,7 +85,7 @@ static int print_full_usage(const char *arg0, FILE *file, int return_code) {
" --verbose-cc enable compiler debug output for C compilation\n"
" -dirafter [dir] same as -isystem but do it last\n"
" -isystem [dir] add additional search path for other .h files\n"
- " -mllvm [arg] forward an arg to LLVM's option processing\n"
+ " -mllvm [arg] (unsupported) forward an arg to LLVM's option processing\n"
" --override-std-dir [arg] override path to Zig standard library\n"
" --override-lib-dir [arg] override path to Zig lib library\n"
" -ffunction-sections places each function in a seperate section\n"