[llvm] 9ca6334 - [gn build] (manually) port 8140f6bcde4 better

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 24 09:39:55 PDT 2020


Author: Nico Weber
Date: 2020-03-24T12:39:49-04:00
New Revision: 9ca6334c336b0ca270e06e988d5bcb267e2f1f94

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

LOG: [gn build] (manually) port 8140f6bcde4 better

Added: 
    

Modified: 
    llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn
index 72b1fd26ff0c..1185a3165c78 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn
@@ -25,7 +25,7 @@ source_set("sources") {
     "flags_parser.h",
     "fuchsia.cpp",
     "fuchsia.h",
-    "include/sudo/interface.h",
+    "include/scudo/interface.h",
     "internal_defs.h",
     "linux.cpp",
     "linux.h",


        


More information about the llvm-commits mailing list