From 18d52f2fb551c295bbce4c7d7357f4050b06e926 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Wed, 29 Sep 2010 20:09:55 +0000 Subject: Convert a bunch of uses of 'bytecode' into 'bitcode'. This is not everything, but the remaining cases are less trivial. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115080 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-config/llvm-config.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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); } -- cgit v1.1