forked from OSchip/llvm-project
[gn build] unconfuse sync script after 762f0b5463
This commit is contained in:
parent
d03076223b
commit
93dc66a088
|
@ -12,5 +12,8 @@ unittest("ARMTests") {
|
|||
"//llvm/lib/Target/ARM/Utils",
|
||||
]
|
||||
include_dirs = [ "//llvm/lib/Target/ARM" ]
|
||||
sources = [ "MachineInstrTest.cpp", "InstSizes.cpp" ]
|
||||
sources = [
|
||||
"InstSizes.cpp",
|
||||
"MachineInstrTest.cpp",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue