Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reenable Misc/interpreter.c as r239388 correctly handles such targets | David Majnemer | 2015-06-09 | 1 | -1/+1 |
| | | | | llvm-svn: 239389 | ||||
* | Disable clang/test/Misc/interpreter.c, for now, since r239273 mishandled ↵ | NAKAMURA Takumi | 2015-06-09 | 1 | -1/+1 |
| | | | | | | *-msvc-elf. llvm-svn: 239387 | ||||
* | Add speculative clang-interpreter test | Alp Toker | 2014-05-05 | 1 | -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 |