forked from OSchip/llvm-project
[gn build] (manually) merge 2124ca1d5
This commit is contained in:
parent
3618ac203f
commit
ec9fb73277
|
@ -17,7 +17,10 @@ static_library("MachO2") {
|
|||
"//llvm/lib/Support",
|
||||
"//llvm/lib/Target:TargetsToBuild",
|
||||
]
|
||||
include_dirs = [ "." ]
|
||||
include_dirs = [
|
||||
".",
|
||||
"//libunwind/include",
|
||||
]
|
||||
sources = [
|
||||
"Arch/X86_64.cpp",
|
||||
"Driver.cpp",
|
||||
|
|
Loading…
Reference in New Issue