[PATCH] D30802: [Builtin] Implement lit-test support

Jonathan Roelofs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 14:52:22 PST 2017


jroelofs accepted this revision.
jroelofs added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: test/builtins/Unit/lit.cfg:67
+                              build_invocation(clang_builtins_cxxflags)))
+
+# FIXME: move the call_apsr.s into call_apsr.h as inline-asm.
----------------
weimingz wrote:
> jroelofs wrote:
> > Where does `%run` get expanded?
> %run will be run natively by default. If config.emulator is set, then it will be used. (test/lit.common.cfg)
Ah, thanks.


https://reviews.llvm.org/D30802





More information about the llvm-commits mailing list