[llvm] r317420 - Move the llvm-tblgen project into the Tablegenning folder on IDEs like Visual Studio rather than leave it in the root directory. NFC.
Aaron Ballman via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 4 13:07:16 PDT 2017
Author: aaronballman
Date: Sat Nov 4 13:07:16 2017
New Revision: 317420
URL: http://llvm.org/viewvc/llvm-project?rev=317420&view=rev
Log:
Move the llvm-tblgen project into the Tablegenning folder on IDEs like Visual Studio rather than leave it in the root directory. NFC.
Modified:
llvm/trunk/utils/TableGen/CMakeLists.txt
Modified: llvm/trunk/utils/TableGen/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/CMakeLists.txt?rev=317420&r1=317419&r2=317420&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/CMakeLists.txt (original)
+++ llvm/trunk/utils/TableGen/CMakeLists.txt Sat Nov 4 13:07:16 2017
@@ -43,3 +43,4 @@ add_tablegen(llvm-tblgen LLVM
X86RecognizableInstr.cpp
CTagsEmitter.cpp
)
+set_target_properties(llvm-tblgen PROPERTIES FOLDER "Tablegenning")
More information about the llvm-commits
mailing list