[llvm] 49dc3a9 - [gn build] Port d3db13af7e5

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 17 15:31:53 PST 2020


Author: LLVM GN Syncbot
Date: 2020-01-17T23:26:29Z
New Revision: 49dc3a94671d0b3a995381d5b00dc89366ac0481

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

LOG: [gn build] Port d3db13af7e5

Added: 
    

Modified: 
    llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn
index 36e8b15a6775..777b2da40be8 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn
@@ -34,6 +34,7 @@ static_library("profile") {
     "GCDAProfiling.c",
     "InstrProfiling.c",
     "InstrProfiling.h",
+    "InstrProfilingBiasVar.c",
     "InstrProfilingBuffer.c",
     "InstrProfilingFile.c",
     "InstrProfilingInternal.h",


        


More information about the llvm-commits mailing list