Added clangLex to the dependencies for clang-import-test.
authorSean Callanan <scallanan@apple.com>
Fri, 16 Dec 2016 23:45:03 +0000 (23:45 +0000)
committerSean Callanan <scallanan@apple.com>
Fri, 16 Dec 2016 23:45:03 +0000 (23:45 +0000)
This is part of the effort to get the i686-mingw32-RA-on-linux bot to like clang-import-test.

llvm-svn: 290010

clang/tools/clang-import-test/CMakeLists.txt

index 65eb499..bd49196 100644 (file)
@@ -18,6 +18,7 @@ set(CLANG_IMPORT_TEST_LIB_DEPS
   clangBasic
   clangCodeGen
   clangFrontend
+  clangLex
   clangParse
   )