diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/llvm-config/llvm-config.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-config/llvm-config.in.in b/tools/llvm-config/llvm-config.in.in index d435d57..a13307b 100644 --- a/tools/llvm-config/llvm-config.in.in +++ b/tools/llvm-config/llvm-config.in.in @@ -197,7 +197,7 @@ Options: Typical components: all All LLVM libraries (default). backend Either a native backend or the C backend. - engine Either a native JIT or a bytecode interpreter. + engine Either a native JIT or a bitcode interpreter. __EOD__ exit(1); } |