[gn build] re-run "gn format" on all .gn and .gni files

This commit is contained in:
Nico Weber 2020-03-30 22:15:26 -04:00
parent 4ce375a8f2
commit 3f5a5dd295
2 changed files with 4 additions and 3 deletions

View File

@ -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 = ""

View File

@ -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",
]
}