[clang] 24ef631 - Fix file-ordering nit in D67161.

Simon Tatham via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 25 01:22:34 PDT 2019


Author: Simon Tatham
Date: 2019-10-25T09:22:07+01:00
New Revision: 24ef631f4333120abd6b66c1e8466a582b60779f

URL: https://github.com/llvm/llvm-project/commit/24ef631f4333120abd6b66c1e8466a582b60779f
DIFF: https://github.com/llvm/llvm-project/commit/24ef631f4333120abd6b66c1e8466a582b60779f.diff

LOG: Fix file-ordering nit in D67161.

Re-sorted the module names in clang/utils/TableGen/CMakeLists.txt back
into alphabetical order.

Added: 
    

Modified: 
    clang/utils/TableGen/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/clang/utils/TableGen/CMakeLists.txt b/clang/utils/TableGen/CMakeLists.txt
index 407cf8a57f9a..c685a2c0c076 100644
--- a/clang/utils/TableGen/CMakeLists.txt
+++ b/clang/utils/TableGen/CMakeLists.txt
@@ -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")


        


More information about the cfe-commits mailing list