summaryrefslogtreecommitdiffstats
path: root/llvm/test/LLVMC/ExternOptions.td
Commit message (Collapse)AuthorAgeFilesLines
* Update tests.Mikhail Glushenkov2010-08-151-26/+0
| | | | llvm-svn: 111096
* Remove -fexceptions from llvmc tests.Mikhail Glushenkov2010-08-131-1/+1
| | | | llvm-svn: 110999
* XFAIL tests from LLVMC on valgrind or valgrind+leak-checking. WeJeffrey Yasskin2010-03-211-0/+1
| | | | | | | don't care about leaks from tblgen, and I assume we don't care about valgrind errors in llvm-gcc/g++. llvm-svn: 99115
* Update the test suite.Mikhail Glushenkov2010-02-231-1/+1
| | | | llvm-svn: 96921
* Revert commit 94666 (ddunbar) [Suppress clang warning about unused arguments].Duncan Sands2010-01-271-1/+1
| | | | | | It causes g++ to complain: unrecognized option '-Qunused-arguments' llvm-svn: 94670
* Suppress clang warning about unused arguments.Daniel Dunbar2010-01-271-1/+1
| | | | llvm-svn: 94666
* Convert llvmc tests to FileCheck.Mikhail Glushenkov2009-12-151-1/+3
| | | | llvm-svn: 91420
* Validate the generated C++ code in llvmc tests.Mikhail Glushenkov2009-12-151-0/+1
| | | | | | | | | | 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 llvm-svn: 91404
* Input files should go before all other options.Mikhail Glushenkov2009-10-081-1/+1
| | | | | | Important, for example, when calling 'gcc a.o b.o c.o -lD -lE -lF'. llvm-svn: 83524
* Rewrite tests to not use Tcl substitution.Daniel Dunbar2009-09-131-1/+1
| | | | llvm-svn: 81660
* Add three new option properties.Mikhail Glushenkov2009-01-281-1/+2
| | | | | | Adds new option properties 'multi_val', 'one_or_more' and 'zero_or_one'. llvm-svn: 63172
* Make 'extern' an option property.Mikhail Glushenkov2008-12-071-3/+4
| | | | | | Makes (forward) work better. llvm-svn: 60667
* Add tests for tblgen's LLVMC backend.Mikhail Glushenkov2008-12-071-0/+20
llvm-svn: 60657
OpenPOWER on IntegriCloud