summaryrefslogtreecommitdiffstats
path: root/llvm/test/LLVMC/MultipleCompilationGraphs.td
Commit message (Collapse)AuthorAgeFilesLines
* Remove llvmc and assorted build machinery for it.Eric Christopher2011-09-191-10/+0
| | | | | | | | The problems that llvmc solved have largely been subsumed with the tasks that the clang driver can accomplish, but llvmc lacks flexibility and depends too heavily on the EOL'd llvm-gcc. llvm-svn: 140093
* Test: Fix LLVMC tests on CMake.Michael J. Spencer2010-08-301-1/+1
| | | | | | The CMake build didn't define TEST_COMPILE_CXX_CMD. The tests assumed gcc. llvm-svn: 112480
* 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
* 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
* Validate the generated C++ code in llvmc tests.Mikhail Glushenkov2009-12-151-1/+2
| | | | | | | | | | 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
* Rewrite tests to not use Tcl substitution.Daniel Dunbar2009-09-131-1/+1
| | | | llvm-svn: 81660
* Add tests for tblgen's LLVMC backend.Mikhail Glushenkov2008-12-071-0/+8
llvm-svn: 60657
OpenPOWER on IntegriCloud