================ Comment at: test/Unit/lit.cfg:27 @@ +26,3 @@ + lit.load_config(config, site_cfg) + raise SystemExit + ---------------- Shouldn't this be inside an else block?
================ Comment at: unittests/cpp11-migrate/Makefile:14 @@ +13,3 @@ +TESTNAME = Cpp11MigrateTests +LINK_COMPONENTS := asmparser bitreader support mc +USEDLIBS = clangTooling.a clangFrontend.a clangSerialization.a clangDriver.a \ ---------------- Why are the LINK_COMPONENTS and USEDLIBS different between CMake and autoconf? http://llvm-reviews.chandlerc.com/D605 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
