From: Yaron Keren Date: Sun, 5 Jul 2015 17:53:00 +0000 (+0000) Subject: Document problems when trying libclang tests on Windows 7. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=993b475a27c37bb342778b55a1a374cc0db3874e;p=clang Document problems when trying libclang tests on Windows 7. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241407 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/CMakeLists.txt b/unittests/CMakeLists.txt index 0e67ec7153..6636d82db7 100644 --- a/unittests/CMakeLists.txt +++ b/unittests/CMakeLists.txt @@ -23,7 +23,8 @@ add_subdirectory(Format) add_subdirectory(Rewrite) add_subdirectory(Sema) add_subdirectory(CodeGen) -# FIXME: Why are the libclang unit tests disabled on Windows? +# FIXME: libclang unit tests are disabled on Windows due +# to failures, mostly in libclang.VirtualFileOverlay_*. if(NOT WIN32) add_subdirectory(libclang) endif()