[llvm] 6831f8a - [gn build] Port 6bddd099ac1

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 17 08:01:54 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-07-17T14:58:08Z
New Revision: 6831f8ae58c3f32d7fa6cd10c2fdac4f732df2b3

URL: https://github.com/llvm/llvm-project/commit/6831f8ae58c3f32d7fa6cd10c2fdac4f732df2b3
DIFF: https://github.com/llvm/llvm-project/commit/6831f8ae58c3f32d7fa6cd10c2fdac4f732df2b3.diff

LOG: [gn build] Port 6bddd099ac1

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/X86/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/X86/BUILD.gn b/llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/X86/BUILD.gn
index a4e028e65318..42bce295c9a7 100644
--- a/llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/X86/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/X86/BUILD.gn
@@ -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" ]
 }


        


More information about the llvm-commits mailing list