[llvm] be8c596 - [gn build] Port 4a539faf74b

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 15 10:58:36 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-07-15T17:53:38Z
New Revision: be8c59606d68c680ddcf1d2556772b3a93266717

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

LOG: [gn build] Port 4a539faf74b

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