forked from OSchip/llvm-project
[gn build] Port ee7caa7593
This commit is contained in:
parent
b6902d977a
commit
e77ff4abb3
|
@ -14,6 +14,9 @@ static_library("X86") {
|
|||
# depend on this Target/X86-internal build target.
|
||||
"//llvm/lib/Target/X86/MCTargetDesc",
|
||||
]
|
||||
sources = [ "Target.cpp" ]
|
||||
sources = [
|
||||
"Target.cpp",
|
||||
"X86Counter.cpp",
|
||||
]
|
||||
include_dirs = [ "//llvm/lib/Target/X86" ]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue