From 717d7e3f44626ec9433679806f3d9bafbdf92ca0 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 25 Mar 2020 13:23:47 -0400 Subject: [PATCH] [gn build] try removing a duplicate include dir --- llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 1185a31..382f5e7 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 @@ -89,9 +89,8 @@ source_set("cxx_wrapper_sources") { config("scudo_config") { include_dirs = [ + ".", "include", - "//compiler-rt/lib/scudo/standalone", - "//compiler-rt/lib/scudo/standalone/include", ] if (current_os == "android") { cflags = [ "-fno-emulated-tls" ] -- 2.7.4