[llvm] c227388 - [gn build] Port ba1f4405c68

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 24 20:31:05 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-03-25T03:27:56Z
New Revision: c2273883e23a3278b5da562ba5827462afef2ae3

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

LOG: [gn build] Port ba1f4405c68

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 777b2da40be8..f5fc87c10268 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn
@@ -37,6 +37,7 @@ static_library("profile") {
     "InstrProfilingBiasVar.c",
     "InstrProfilingBuffer.c",
     "InstrProfilingFile.c",
+    "InstrProfilingInternal.c",
     "InstrProfilingInternal.h",
     "InstrProfilingMerge.c",
     "InstrProfilingMergeFile.c",


        


More information about the llvm-commits mailing list