Merge "Revert "Fix absolute paths in clang debug output""
diff --git a/cc/config/clang.go b/cc/config/clang.go
index 9201989..7de6f06 100644
--- a/cc/config/clang.go
+++ b/cc/config/clang.go
@@ -116,10 +116,6 @@
 
 		// http://b/68236239 Allow 0/NULL instead of using nullptr everywhere.
 		"-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{