[llvm] bde0e32 - [gn build] revert e8e078c8bf7987

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 08:11:45 PST 2020


Author: Nico Weber
Date: 2020-02-19T11:11:25-05:00
New Revision: bde0e320bcf0902aa334fe67d7cc8f63e8d3c38f

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

LOG: [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.)

Added: 
    

Modified: 
    llvm/utils/gn/build/BUILD.gn

Removed: 
    


################################################################################
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",
         ".",
       ]
     }


        


More information about the llvm-commits mailing list