llvm-config: Update help text for removal of "backend" pseudo component.

llvm-svn: 146708
This commit is contained in:
Daniel Dunbar 2011-12-15 23:43:17 +00:00
parent af41b3f0f2
commit c7037f3f81
1 changed files with 0 additions and 1 deletions

View File

@ -149,7 +149,6 @@ Options:\n\
--build-mode Print build mode of LLVM tree (e.g. Debug or Release).\n\
Typical components:\n\
all All LLVM libraries (default).\n\
backend Either a native backend or the C backend.\n\
engine Either a native JIT or a bitcode interpreter.\n";
exit(1);
}