r290010 - Added clangLex to the dependencies for clang-import-test.

Sean Callanan via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 16 15:45:03 PST 2016


Author: spyffe
Date: Fri Dec 16 17:45:03 2016
New Revision: 290010

URL: http://llvm.org/viewvc/llvm-project?rev=290010&view=rev
Log:
Added clangLex to the dependencies for clang-import-test.

This is part of the effort to get the i686-mingw32-RA-on-linux bot to like clang-import-test.

Modified:
    cfe/trunk/tools/clang-import-test/CMakeLists.txt

Modified: cfe/trunk/tools/clang-import-test/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-import-test/CMakeLists.txt?rev=290010&r1=290009&r2=290010&view=diff
==============================================================================
--- cfe/trunk/tools/clang-import-test/CMakeLists.txt (original)
+++ cfe/trunk/tools/clang-import-test/CMakeLists.txt Fri Dec 16 17:45:03 2016
@@ -18,6 +18,7 @@ set(CLANG_IMPORT_TEST_LIB_DEPS
   clangBasic
   clangCodeGen
   clangFrontend
+  clangLex
   clangParse
   )
 




More information about the cfe-commits mailing list