From 66d4c44d3886ba8b612286230c6f8b64c4cb97c4 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290010 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/clang-import-test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/clang-import-test/CMakeLists.txt b/tools/clang-import-test/CMakeLists.txt index 65eb4995eb..bd4919694a 100644 --- a/tools/clang-import-test/CMakeLists.txt +++ b/tools/clang-import-test/CMakeLists.txt @@ -18,6 +18,7 @@ set(CLANG_IMPORT_TEST_LIB_DEPS clangBasic clangCodeGen clangFrontend + clangLex clangParse ) -- 2.50.1