[llvm] c2bb2e5 - [gn build] (manually) port 7cca33b40f77c

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 17 08:51:20 PDT 2022


Author: Nico Weber
Date: 2022-06-17T11:51:10-04:00
New Revision: c2bb2e5973acd24c45c1823e95e8e33003c59484

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

LOG: [gn build] (manually) port 7cca33b40f77c

Not really needed for anything as far as I can tell (?),
more for completeness.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/compiler-rt/include/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/include/BUILD.gn
index 8605d7b6335c..f7d4a736de69 100644
--- a/llvm/utils/gn/secondary/compiler-rt/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/include/BUILD.gn
@@ -5,6 +5,7 @@ copy("include") {
     "fuzzer/FuzzedDataProvider.h",
     "orc/c_api.h",
     "profile/InstrProfData.inc",
+    "profile/MemProfData.inc",
     "sanitizer/allocator_interface.h",
     "sanitizer/asan_interface.h",
     "sanitizer/common_interface_defs.h",


        


More information about the llvm-commits mailing list