From a0aec9b590bd9f71e14f73d499e878d7f69a4e34 Mon Sep 17 00:00:00 2001 From: Sean Callanan Date: Fri, 16 Dec 2016 23:45:03 +0000 Subject: [PATCH] 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. llvm-svn: 290010 --- clang/tools/clang-import-test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/tools/clang-import-test/CMakeLists.txt b/clang/tools/clang-import-test/CMakeLists.txt index 65eb499..bd49196 100644 --- a/clang/tools/clang-import-test/CMakeLists.txt +++ b/clang/tools/clang-import-test/CMakeLists.txt @@ -18,6 +18,7 @@ set(CLANG_IMPORT_TEST_LIB_DEPS clangBasic clangCodeGen clangFrontend + clangLex clangParse ) -- 2.7.4