[llvm] 42e6cfc - [gn build] Port 54902e00d128

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 19 12:29:12 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-07-19T19:24:16Z
New Revision: 42e6cfc81d05304574f98e3b05296d53613493ff

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

LOG: [gn build] Port 54902e00d128

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 5fab007153e49..a0bc9b72c3652 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn
@@ -34,7 +34,6 @@ static_library("profile") {
     "GCDAProfiling.c",
     "InstrProfiling.c",
     "InstrProfiling.h",
-    "InstrProfilingBiasVar.c",
     "InstrProfilingBuffer.c",
     "InstrProfilingFile.c",
     "InstrProfilingInternal.c",


        


More information about the llvm-commits mailing list