summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2017-11-04 19:48:17 +0000
committerAaron Ballman <aaron@aaronballman.com>2017-11-04 19:48:17 +0000
commit207751ade71e8b7efd85dcbed363d30af50de3c7 (patch)
tree45914ce8e3a4ae3dfa07c0a28b4e1e3019798ccb /llvm/tools
parentcecf7145e992916bb51eaeb05fdab8bc1893e390 (diff)
downloadbcm5719-llvm-207751ade71e8b7efd85dcbed363d30af50de3c7.tar.gz
bcm5719-llvm-207751ade71e8b7efd85dcbed363d30af50de3c7.zip
Move the LLVMCFIVerify project into the Libraries folder on IDEs like Visual Studio rather than leave it in the root directory. NFC.
llvm-svn: 317415
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/llvm-cfi-verify/lib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-cfi-verify/lib/CMakeLists.txt b/llvm/tools/llvm-cfi-verify/lib/CMakeLists.txt
index 030bfa5d6c7..cd728e004b2 100644
--- a/llvm/tools/llvm-cfi-verify/lib/CMakeLists.txt
+++ b/llvm/tools/llvm-cfi-verify/lib/CMakeLists.txt
@@ -14,3 +14,4 @@ llvm_map_components_to_libnames(libs
Support
Symbolize)
target_link_libraries(LLVMCFIVerify ${libs})
+set_target_properties(LLVMCFIVerify PROPERTIES FOLDER "Libraries") \ No newline at end of file
OpenPOWER on IntegriCloud