[llvm] fe658c3 - [gn build] Port 5fdaaf7fd8f3

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 18 18:56:58 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-08-19T01:52:47Z
New Revision: fe658c3f6ed33baf456fde291ed183003461b436

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

LOG: [gn build] Port 5fdaaf7fd8f3

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn
index 2022477c7185d..c144a67a0843c 100644
--- a/llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn
@@ -95,6 +95,7 @@ static_library("CodeGen") {
     "MIRNamerPass.cpp",
     "MIRPrinter.cpp",
     "MIRPrintingPass.cpp",
+    "MIRSampleProfile.cpp",
     "MIRVRegNamerUtils.cpp",
     "MIRYamlMapping.cpp",
     "MachineBasicBlock.cpp",


        


More information about the llvm-commits mailing list