[PATCH] [libcxx] Add support for Android targets to lit.cfg.

Dan Albert danalbert at google.com
Thu Jul 31 15:54:30 PDT 2014


I probably need to regenerate it anyway. I believe I've made some changes in our tree since this was updated (this patch will already be applied when you sync aosp).

================
Comment at: test/lit.cfg:95
@@ +94,3 @@
+    def _build(self, exec_path, source_path, compile_only=False):
+        cmd = [self.cxx_under_test, self.cxx_under_test, '-o', exec_path,
+               source_path] + self.cpp_flags
----------------
Whoops. Somehow the compiler got passed twice.

http://reviews.llvm.org/D4594






More information about the cfe-commits mailing list