forked from OSchip/llvm-project
Fix file-ordering nit in D67161.
Re-sorted the module names in clang/utils/TableGen/CMakeLists.txt back into alphabetical order.
This commit is contained in:
parent
822059147b
commit
24ef631f43
|
@ -13,8 +13,8 @@ add_tablegen(clang-tblgen CLANG
|
|||
ClangOptionDocEmitter.cpp
|
||||
ClangSACheckersEmitter.cpp
|
||||
ClangTypeNodesEmitter.cpp
|
||||
NeonEmitter.cpp
|
||||
MveEmitter.cpp
|
||||
NeonEmitter.cpp
|
||||
TableGen.cpp
|
||||
)
|
||||
set_target_properties(clang-tblgen PROPERTIES FOLDER "Clang tablegenning")
|
||||
|
|
Loading…
Reference in New Issue