From d45b205ed1a1f83529929de88feb0e63e5a27649 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Wed, 7 Oct 2015 15:48:01 +0000 Subject: [VFS] Port driver tool chains to VFS. There are still some loose ends here but it's sufficient so we can detect GCC headers that are inside of a VFS. llvm-svn: 249556 --- clang/unittests/Driver/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/unittests/Driver/CMakeLists.txt') diff --git a/clang/unittests/Driver/CMakeLists.txt b/clang/unittests/Driver/CMakeLists.txt index 8cc963b33a2..acd0b76a122 100644 --- a/clang/unittests/Driver/CMakeLists.txt +++ b/clang/unittests/Driver/CMakeLists.txt @@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS ) add_clang_unittest(ClangDriverTests + ToolChainTest.cpp MultilibTest.cpp ) -- cgit v1.2.3