[llvm] c12bd8d - [gn build] Port f78f509c758

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 3 11:11:38 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-08-03T18:05:15Z
New Revision: c12bd8dac91adac81cd9721fe34daf473ebd5e10

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

LOG: [gn build] Port f78f509c758

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/unittests/ProfileData/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/unittests/ProfileData/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/ProfileData/BUILD.gn
index e933b510003c..3818b0caad04 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/ProfileData/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/ProfileData/BUILD.gn
@@ -9,6 +9,7 @@ unittest("ProfileDataTests") {
   ]
   sources = [
     "CoverageMappingTest.cpp",
+    "InstrProfDataTest.cpp",
     "InstrProfTest.cpp",
     "SampleProfTest.cpp",
   ]


        


More information about the llvm-commits mailing list