[PATCH] D21952: [compiler-rt] Fix VisualStudio virtual folders layout
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 6 08:33:22 PDT 2016
rnk added a comment.
I think Kuba uses the XCode build, so he might be a better reviewer for this.
================
Comment at: test/asan/CMakeLists.txt:106
@@ -105,3 +105,3 @@
DEPENDS ${ASAN_TEST_DEPS})
-set_target_properties(check-asan PROPERTIES FOLDER "ASan tests")
+set_target_properties(check-asan PROPERTIES FOLDER "Compiler-RT Misc")
----------------
Not "Compiler-RT Tests"?
================
Comment at: test/asan/CMakeLists.txt:120
@@ -119,3 +119,3 @@
set_target_properties(check-asan-dynamic
- PROPERTIES FOLDER "ASan dynamic tests")
+ PROPERTIES FOLDER "Compiler-RT Misc")
if(NOT OS_NAME MATCHES "Windows")
----------------
ditto, and the other test targets below
http://reviews.llvm.org/D21952
More information about the llvm-commits
mailing list