[gn build] Port 6bddd099ac

This commit is contained in:
LLVM GN Syncbot 2020-07-17 14:58:08 +00:00
parent 6bddd099ac
commit 6831f8ae58
1 changed files with 1 additions and 4 deletions

View File

@ -14,9 +14,6 @@ static_library("X86") {
# depend on this Target/X86-internal build target.
"//llvm/lib/Target/X86/MCTargetDesc",
]
sources = [
"Target.cpp",
"X86Counter.cpp",
]
sources = [ "Target.cpp" ]
include_dirs = [ "//llvm/lib/Target/X86" ]
}