[gn build] Port ee7caa7593

This commit is contained in:
LLVM GN Syncbot 2020-07-27 16:45:49 +00:00
parent b6902d977a
commit e77ff4abb3
1 changed files with 4 additions and 1 deletions

View File

@ -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" ]
}