summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/interpreter.c
Commit message (Collapse)AuthorAgeFilesLines
* Reenable Misc/interpreter.c as r239388 correctly handles such targetsDavid Majnemer2015-06-091-1/+1
| | | | llvm-svn: 239389
* Disable clang/test/Misc/interpreter.c, for now, since r239273 mishandled ↵NAKAMURA Takumi2015-06-091-1/+1
| | | | | | *-msvc-elf. llvm-svn: 239387
* Add speculative clang-interpreter testAlp Toker2014-05-051-0/+10
Let's see how far this gets on the build servers. The application requires native JIT and uses the C standard library, but hopefully we can get this tested on at least some configurations. Taking a lead from the clang-format tests, we'll just expect the executable to get picked up from the build output path for now. llvm-svn: 207950
OpenPOWER on IntegriCloud