r264621 - This file was accidentally committed with bad line endings. Fixed...

Mike Spertus via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 28 12:08:27 PDT 2016


Author: mps
Date: Mon Mar 28 14:08:27 2016
New Revision: 264621

URL: http://llvm.org/viewvc/llvm-project?rev=264621&view=rev
Log:
This file was accidentally committed with bad line endings. Fixed...

Modified:
    cfe/trunk/utils/ClangVisualizers/CMakeLists.txt

Modified: cfe/trunk/utils/ClangVisualizers/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/ClangVisualizers/CMakeLists.txt?rev=264621&r1=264620&r2=264621&view=diff
==============================================================================
--- cfe/trunk/utils/ClangVisualizers/CMakeLists.txt (original)
+++ cfe/trunk/utils/ClangVisualizers/CMakeLists.txt Mon Mar 28 14:08:27 2016
@@ -1,7 +1,7 @@
-# Do this by hand instead of using add_llvm_utilities(), which
-# tries to create a corresponding executable, which we don't want.
-if (LLVM_ADD_NATIVE_VISUALIZERS_TO_SOLUTION)
-  set(CLANG_VISUALIZERS clang.natvis)
-  add_custom_target(ClangVisualizers SOURCES ${CLANG_VISUALIZERS})
-  set_target_properties(ClangVisualizers PROPERTIES FOLDER "Utils")
-endif()
+# Do this by hand instead of using add_llvm_utilities(), which
+# tries to create a corresponding executable, which we don't want.
+if (LLVM_ADD_NATIVE_VISUALIZERS_TO_SOLUTION)
+  set(CLANG_VISUALIZERS clang.natvis)
+  add_custom_target(ClangVisualizers SOURCES ${CLANG_VISUALIZERS})
+  set_target_properties(ClangVisualizers PROPERTIES FOLDER "Utils")
+endif()




More information about the cfe-commits mailing list