summaryrefslogtreecommitdiffstats
path: root/llvm/test/LLVMC/OutputSuffixHook.td
Commit message (Collapse)AuthorAgeFilesLines
* Remove llvmc and assorted build machinery for it.Eric Christopher2011-09-191-24/+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
* llvmc: Make syntax more consistent.Mikhail Glushenkov2010-08-231-1/+1
| | | | | | CompilationGraph and LanguageMap definitions do not use special syntax anymore. llvm-svn: 111862
* More XFAILs.Mikhail Glushenkov2010-08-131-0/+1
| | | | llvm-svn: 111008
* Remove -fexceptions from llvmc tests.Mikhail Glushenkov2010-08-131-1/+1
| | | | llvm-svn: 110999
* llvmc: fix two tests, remove XFAILs.Mikhail Glushenkov2010-08-131-2/+1
| | | | | | | Tested on Linux and Darwin; please add platform-specific XFAILs/mail me a bug report if this still fails. llvm-svn: 110998
* 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/+1
| | | | llvm-svn: 91420
* Support hook invocation from 'append_cmd'.Mikhail Glushenkov2009-12-151-0/+24
llvm-svn: 91419
OpenPOWER on IntegriCloud