Merge "Revert "Fix absolute paths in clang debug output""
am: 19e62e5ebf
Change-Id: I878cde3b99fc07c4780810d574e9ed7df4446750
This commit is contained in:
@@ -116,10 +116,6 @@ func init() {
|
|||||||
|
|
||||||
// http://b/68236239 Allow 0/NULL instead of using nullptr everywhere.
|
// http://b/68236239 Allow 0/NULL instead of using nullptr everywhere.
|
||||||
"-Wno-zero-as-null-pointer-constant",
|
"-Wno-zero-as-null-pointer-constant",
|
||||||
|
|
||||||
// http://b/36463318 Clang executes with an absolute path, so clang-provided
|
|
||||||
// headers are now absolute.
|
|
||||||
"-fdebug-prefix-map=$$PWD/=",
|
|
||||||
}, " "))
|
}, " "))
|
||||||
|
|
||||||
pctx.StaticVariable("ClangExtraCppflags", strings.Join([]string{
|
pctx.StaticVariable("ClangExtraCppflags", strings.Join([]string{
|
||||||
|
Reference in New Issue
Block a user