forked from OSchip/llvm-project
[gn build] re-"gn format" all gn files
This commit is contained in:
parent
8f8756d465
commit
cfbe889af5
|
@ -6,9 +6,7 @@ test_cflags = [ "-DSCUDO_DEBUG=1" ]
|
|||
unittest("ScudoUnitTest") {
|
||||
configs += [ "//llvm/utils/gn/build:crt_code" ]
|
||||
cflags = test_cflags
|
||||
deps = [
|
||||
"//compiler-rt/lib/scudo/standalone:sources",
|
||||
]
|
||||
deps = [ "//compiler-rt/lib/scudo/standalone:sources" ]
|
||||
sources = [
|
||||
"atomic_test.cpp",
|
||||
"bytemap_test.cpp",
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
static_library("BinaryFormat") {
|
||||
output_name = "LLVMBinaryFormat"
|
||||
deps = [
|
||||
"//llvm/lib/Support",
|
||||
]
|
||||
deps = [ "//llvm/lib/Support" ]
|
||||
sources = [
|
||||
"AMDGPUMetadataVerifier.cpp",
|
||||
"Dwarf.cpp",
|
||||
|
|
|
@ -77,10 +77,10 @@ static_library("LLVMAMDGPUCodeGen") {
|
|||
":AMDGPUGenAsmMatcher",
|
||||
":AMDGPUGenCallingConv",
|
||||
":AMDGPUGenDAGISel",
|
||||
":AMDGPUGenPostLegalizeGICombiner",
|
||||
":AMDGPUGenPreLegalizeGICombiner",
|
||||
":AMDGPUGenGlobalISel",
|
||||
":AMDGPUGenMCPseudoLowering",
|
||||
":AMDGPUGenPostLegalizeGICombiner",
|
||||
":AMDGPUGenPreLegalizeGICombiner",
|
||||
":AMDGPUGenRegisterBank",
|
||||
":R600GenCallingConv",
|
||||
":R600GenDAGISel",
|
||||
|
|
|
@ -29,9 +29,7 @@ if (llvm_install_binutils_symlinks) {
|
|||
}
|
||||
foreach(target, symlinks) {
|
||||
symlink_or_copy(target) {
|
||||
deps = [
|
||||
":llvm-objcopy",
|
||||
]
|
||||
deps = [ ":llvm-objcopy" ]
|
||||
source = "llvm-objcopy"
|
||||
output = "$root_out_dir/bin/$target"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue