[llvm] ec56c92 - [gn] port 07c9189fcc06

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 9 07:55:06 PST 2024


Author: Nico Weber
Date: 2024-01-09T10:54:57-05:00
New Revision: ec56c922ab257845538215f21cac00cf278fbd04

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

LOG: [gn] port 07c9189fcc06

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 bd88978c105cea..0028c2cb673957 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_rt/c_api.h",
     "profile/InstrProfData.inc",
+    "profile/instr_prof_interface.h",
     "profile/MemProfData.inc",
     "sanitizer/allocator_interface.h",
     "sanitizer/asan_interface.h",


        


More information about the llvm-commits mailing list