Index: build/config/compiler/BUILD.gn |
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
index 438d1641513c934bccf7b045870be4be976a674d..ff655407646b977f300e93175caba552cc139d6f 100644 |
--- a/build/config/compiler/BUILD.gn |
+++ b/build/config/compiler/BUILD.gn |
@@ -372,8 +372,7 @@ config("compiler") { |
# Print absolute paths in diagnostics. There is no precedent for doing this |
# on Linux/Mac (GCC doesn't support it), but MSVC does this with /FC and |
# Windows developers rely on it (crbug.com/636109) so only do this on Windows. |
- # TODO(hans) Remove llvm_force_head_revision check in next clang roll. |
hans
2016/08/30 20:58:22
thanks!
|
- if (is_clang && is_win && llvm_force_head_revision) { |
+ if (is_clang && is_win) { |
cflags += [ "-fdiagnostics-absolute-paths" ] |
} |