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
This commit is contained in:
Aaron Ballman 2017-11-04 19:48:17 +00:00
parent cecf7145e9
commit 207751ade7
1 changed files with 1 additions and 0 deletions

View File

@ -14,3 +14,4 @@ llvm_map_components_to_libnames(libs
Support
Symbolize)
target_link_libraries(LLVMCFIVerify ${libs})
set_target_properties(LLVMCFIVerify PROPERTIES FOLDER "Libraries")