From bde0e320bcf0902aa334fe67d7cc8f63e8d3c38f Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 19 Feb 2020 11:10:19 -0500 Subject: [PATCH] [gn build] revert e8e078c8bf7987 Now that I've updated ancient goma clients on the bots, this should work. (Internal goma bug: b/139410332, fixed months ago.) --- llvm/utils/gn/build/BUILD.gn | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/utils/gn/build/BUILD.gn b/llvm/utils/gn/build/BUILD.gn index ee16424624a9..31d3ac5e5fc6 100644 --- a/llvm/utils/gn/build/BUILD.gn +++ b/llvm/utils/gn/build/BUILD.gn @@ -196,9 +196,7 @@ config("compiler_defaults") { } if (use_relative_paths_in_debug_info) { cflags += [ - "-Xclang", "-fdebug-compilation-dir", - "-Xclang", ".", ] }