summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/ir-support.c
Commit message (Collapse)AuthorAgeFilesLines
* Account for differences in grep implementationsAlp Toker2014-06-271-3/+3
| | | | llvm-svn: 211856
* Restore test from r211844 skipping '.file' directivesAlp Toker2014-06-271-8/+8
| | | | | | | At least this answers the question of whether .bc/.ll input processed by the frontend produces identical output to the original compilation. llvm-svn: 211853
* Partially disable test from r211844Alp Toker2014-06-271-2/+4
| | | | | | | ELF assembly contains .line directives that differ based on the input filename. Weaken the test while considering options. llvm-svn: 211849
* Add test coverage for .bc input in the frontendAlp Toker2014-06-271-0/+17
Test that we can consume LLVM bitcode and additionally check that it produces the same output as a direct compilation. The feature is crashy and has gone untested until now, but we might as well provide some coverage as long as it remains in tree. Also test LL source input in the same way because the existing tests for that don't look convincing. llvm-svn: 211844
OpenPOWER on IntegriCloud