llvm-6502/include/llvm/CompilerDriver
Mikhail Glushenkov e4ac23a0ff Validate the generated C++ code in llvmc tests.
Checks that the code generated by 'tblgen --emit-llvmc' can be actually
compiled. Also fixes two bugs found in this way:

- forward_transformed_value didn't work with non-list arguments
- cl::ZeroOrOne is now called cl::Optional

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91404 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-15 03:04:52 +00:00
..
Action.h Cosmetic fixes: include guards. 2009-03-02 09:02:28 +00:00
BuiltinOptions.h llvmc: Add a '-time' option. 2009-11-07 06:33:58 +00:00
Common.td Validate the generated C++ code in llvmc tests. 2009-12-15 03:04:52 +00:00
CompilationGraph.h Delete bogus semicolons. 2009-10-14 20:39:01 +00:00
Error.h Cosmetic fixes: include guards. 2009-03-02 09:02:28 +00:00
ForceLinkage.h Raise the limit on built-in plugins in llvmc to 10. 2009-10-09 04:15:52 +00:00
ForceLinkageMacros.h Make llvmc work again. 2009-06-23 20:46:48 +00:00
Main.inc Move the driver entry point out of Main.inc. 2009-06-30 00:15:24 +00:00
Plugin.h First draft of the OptionPreprocessor. 2009-10-17 20:09:29 +00:00
Tool.h Cosmetic fixes: include guards. 2009-03-02 09:02:28 +00:00