[llvm] e322108 - [gn build] (manually) port 8140f6bcde4

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


Author: Nico Weber
Date: 2020-03-24T12:38:25-04:00
New Revision: e322108667622b2c29f26ef630ce837bcd2cf721

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

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

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 2cb5613810cc..72b1fd26ff0c 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",
-    "interface.h",
+    "include/sudo/interface.h",
     "internal_defs.h",
     "linux.cpp",
     "linux.h",
@@ -89,6 +89,7 @@ source_set("cxx_wrapper_sources") {
 
 config("scudo_config") {
   include_dirs = [
+    "include",
     "//compiler-rt/lib/scudo/standalone",
     "//compiler-rt/lib/scudo/standalone/include",
   ]


        


More information about the llvm-commits mailing list