summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2015-07-05 17:53:00 +0000
committerYaron Keren <yaron.keren@gmail.com>2015-07-05 17:53:00 +0000
commite41dee1da4e8ea333b75f3a12d573806bb879436 (patch)
treede9e1b7ce5146c5c1690ee09a5cc0a48dbbabfa3
parent73f26f8ffc6727965c94f8dfa6019f562b29378d (diff)
downloadbcm5719-llvm-e41dee1da4e8ea333b75f3a12d573806bb879436.tar.gz
bcm5719-llvm-e41dee1da4e8ea333b75f3a12d573806bb879436.zip
Document problems when trying libclang tests on Windows 7.
llvm-svn: 241407
-rw-r--r--clang/unittests/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/unittests/CMakeLists.txt b/clang/unittests/CMakeLists.txt
index 0e67ec71537..6636d82db74 100644
--- a/clang/unittests/CMakeLists.txt
+++ b/clang/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()
OpenPOWER on IntegriCloud