forked from OSchip/llvm-project
[gn build] re-run "gn format" on all .gn and .gni files
This commit is contained in:
parent
4ce375a8f2
commit
3f5a5dd295
|
@ -68,9 +68,9 @@ foreach(target, llvm_targets_to_build) {
|
|||
llvm_build_WebAssembly = true
|
||||
} else if (target == "X86") {
|
||||
llvm_build_X86 = true
|
||||
} else if (target == "AVR" || target == "Hexagon" ||
|
||||
target == "Lanai" || target == "NVPTX" || target == "RISCV" ||
|
||||
target == "Sparc" || target == "SystemZ") {
|
||||
} else if (target == "AVR" || target == "Hexagon" || target == "Lanai" ||
|
||||
target == "NVPTX" || target == "RISCV" || target == "Sparc" ||
|
||||
target == "SystemZ") {
|
||||
# Nothing to do.
|
||||
} else {
|
||||
all_targets_string = ""
|
||||
|
|
|
@ -9,6 +9,7 @@ unittest("AMDGPUDwarfTests") {
|
|||
"//llvm/lib/Target/AMDGPU/TargetInfo",
|
||||
]
|
||||
sources = [
|
||||
# Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
|
||||
"DwarfRegMappings.cpp",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue