From: Aaron Ballman Date: Sat, 4 Nov 2017 20:07:16 +0000 (+0000) Subject: Move the llvm-tblgen project into the Tablegenning folder on IDEs like Visual Studio... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60528d6193e7ebe87b8eb88733e1f440b9e8fd94;p=llvm Move the llvm-tblgen project into the Tablegenning folder on IDEs like Visual Studio rather than leave it in the root directory. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317420 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/CMakeLists.txt b/utils/TableGen/CMakeLists.txt index 86ff203654d..e9e6dff086a 100644 --- a/utils/TableGen/CMakeLists.txt +++ b/utils/TableGen/CMakeLists.txt @@ -43,3 +43,4 @@ add_tablegen(llvm-tblgen LLVM X86RecognizableInstr.cpp CTagsEmitter.cpp ) +set_target_properties(llvm-tblgen PROPERTIES FOLDER "Tablegenning")