diff options
| author | Mike Spertus <mike@spertus.com> | 2016-03-28 19:06:17 +0000 |
|---|---|---|
| committer | Mike Spertus <mike@spertus.com> | 2016-03-28 19:06:17 +0000 |
| commit | b45688eca418893e918d5d7908d42393111a49f4 (patch) | |
| tree | af668a8386fe99c1c2c45133f8907cb45fea36cf /llvm | |
| parent | 8f6b9efc36401e7c62cbcf8f09eede892aa117f5 (diff) | |
| download | bcm5719-llvm-b45688eca418893e918d5d7908d42393111a49f4.tar.gz bcm5719-llvm-b45688eca418893e918d5d7908d42393111a49f4.zip | |
Submitted new file with wrong line endings. Correcting...
llvm-svn: 264620
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/utils/LLVMVisualizers/CMakeLists.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/llvm/utils/LLVMVisualizers/CMakeLists.txt b/llvm/utils/LLVMVisualizers/CMakeLists.txt index 3509779eed6..9fdc8906e55 100644 --- a/llvm/utils/LLVMVisualizers/CMakeLists.txt +++ b/llvm/utils/LLVMVisualizers/CMakeLists.txt @@ -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(LLVM_VISUALIZERS llvm.natvis)
- add_custom_target(LLVMVisualizers SOURCES ${LLVM_VISUALIZERS})
- set_target_properties(LLVMVisualizers 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(LLVM_VISUALIZERS llvm.natvis) + add_custom_target(LLVMVisualizers SOURCES ${LLVM_VISUALIZERS}) + set_target_properties(LLVMVisualizers PROPERTIES FOLDER "Utils") +endif() |

