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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
