forked from OSchip/llvm-project
[gn build] reformat all gn files
$ git ls-files '*.gn' '*.gni' | xargs llvm/utils/gn/gn.py format
This commit is contained in:
parent
7673bd56ff
commit
5529878f8e
|
@ -42,8 +42,8 @@ static_library("MCTargetDesc") {
|
||||||
# by other targets. .inc files only used by .cpp files in this directory
|
# by other targets. .inc files only used by .cpp files in this directory
|
||||||
# should be in deps instead.
|
# should be in deps instead.
|
||||||
public_deps = [
|
public_deps = [
|
||||||
":tablegen",
|
|
||||||
":WebAssemblyGenSubtargetInfo",
|
":WebAssemblyGenSubtargetInfo",
|
||||||
|
":tablegen",
|
||||||
]
|
]
|
||||||
deps = [
|
deps = [
|
||||||
":WebAssemblyGenAsmWriter",
|
":WebAssemblyGenAsmWriter",
|
||||||
|
|
|
@ -13,7 +13,7 @@ static_library("Utils") {
|
||||||
]
|
]
|
||||||
include_dirs = [ ".." ]
|
include_dirs = [ ".." ]
|
||||||
sources = [
|
sources = [
|
||||||
"WebAssemblyUtilities.cpp",
|
|
||||||
"WebAssemblyTypeUtilities.cpp",
|
"WebAssemblyTypeUtilities.cpp",
|
||||||
|
"WebAssemblyUtilities.cpp",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -111,7 +111,6 @@ static_library("LLVMX86CodeGen") {
|
||||||
"X86LoadValueInjectionRetHardening.cpp",
|
"X86LoadValueInjectionRetHardening.cpp",
|
||||||
"X86LowerAMXIntrinsics.cpp",
|
"X86LowerAMXIntrinsics.cpp",
|
||||||
"X86LowerAMXType.cpp",
|
"X86LowerAMXType.cpp",
|
||||||
"X86PreAMXConfig.cpp",
|
|
||||||
"X86LowerTileCopy.cpp",
|
"X86LowerTileCopy.cpp",
|
||||||
"X86MCInstLower.cpp",
|
"X86MCInstLower.cpp",
|
||||||
"X86MachineFunctionInfo.cpp",
|
"X86MachineFunctionInfo.cpp",
|
||||||
|
@ -119,6 +118,7 @@ static_library("LLVMX86CodeGen") {
|
||||||
"X86OptimizeLEAs.cpp",
|
"X86OptimizeLEAs.cpp",
|
||||||
"X86PadShortFunction.cpp",
|
"X86PadShortFunction.cpp",
|
||||||
"X86PartialReduction.cpp",
|
"X86PartialReduction.cpp",
|
||||||
|
"X86PreAMXConfig.cpp",
|
||||||
"X86PreTileConfig.cpp",
|
"X86PreTileConfig.cpp",
|
||||||
"X86RegisterBankInfo.cpp",
|
"X86RegisterBankInfo.cpp",
|
||||||
"X86RegisterInfo.cpp",
|
"X86RegisterInfo.cpp",
|
||||||
|
|
Loading…
Reference in New Issue