[llvm] e5371e8 - [gn build] Reformat all build files

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 12:14:59 PST 2022


Author: Nico Weber
Date: 2022-12-07T15:14:52-05:00
New Revision: e5371e80a1f102290f4229beca3d6875ab6cdec9

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

LOG: [gn build] Reformat all build files

Ran:

    git ls-files '*.gn' '*.gni' | xargs llvm/utils/gn/gn.py format

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/Target/LoongArch/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/Target/LoongArch/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Target/LoongArch/BUILD.gn
index cf7fe990e4615..9575373de76d2 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Target/LoongArch/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Target/LoongArch/BUILD.gn
@@ -12,7 +12,6 @@ tablegen("LoongArchGenMCPseudoLowering") {
   td_file = "LoongArch.td"
 }
 
-
 static_library("LLVMLoongArchCodeGen") {
   deps = [
     ":LoongArchGenDAGISel",
@@ -38,9 +37,9 @@ static_library("LLVMLoongArchCodeGen") {
     "LoongArchExpandAtomicPseudoInsts.cpp",
     "LoongArchExpandPseudoInsts.cpp",
     "LoongArchFrameLowering.cpp",
-    "LoongArchInstrInfo.cpp",
     "LoongArchISelDAGToDAG.cpp",
     "LoongArchISelLowering.cpp",
+    "LoongArchInstrInfo.cpp",
     "LoongArchMCInstLower.cpp",
     "LoongArchRegisterInfo.cpp",
     "LoongArchSubtarget.cpp",


        


More information about the llvm-commits mailing list