[llvm] 0a40d7c - [gn build] port a85e4aa37dec

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 12 18:02:13 PDT 2022


Author: Nico Weber
Date: 2022-09-12T21:02:02-04:00
New Revision: 0a40d7c27a0601b259b757db26b73e51783a378c

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

LOG: [gn build] port a85e4aa37dec

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 f7d4a736de69c..bd88978c105ce 100644
--- a/llvm/utils/gn/secondary/compiler-rt/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/include/BUILD.gn
@@ -3,7 +3,7 @@ import("//clang/resource_dir.gni")
 copy("include") {
   sources = [
     "fuzzer/FuzzedDataProvider.h",
-    "orc/c_api.h",
+    "orc_rt/c_api.h",
     "profile/InstrProfData.inc",
     "profile/MemProfData.inc",
     "sanitizer/allocator_interface.h",


        


More information about the llvm-commits mailing list