Index: build/config/compiler/BUILD.gn |
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
index 229e394adb48a2aa86bdf768660390045763b1d9..2f48477b9750977c999af1c6408cdb762ebba269 100644 |
--- a/build/config/compiler/BUILD.gn |
+++ b/build/config/compiler/BUILD.gn |
@@ -445,14 +445,7 @@ config("compiler") { |
# TODO(pcc): Make these flags work correctly with CFI. |
if (!is_cfi) { |
- cflags += [ |
- "-fwhole-program-vtables", |
- |
- # TODO(pcc): Remove this flag once the upstream interface change |
- # (http://reviews.llvm.org/D18635) lands. |
- "-fwhole-program-vtables-blacklist=" + |
- rebase_path("//tools/cfi/blacklist.txt", root_build_dir), |
- ] |
+ cflags += [ "-fwhole-program-vtables" ] |
ldflags += [ "-fwhole-program-vtables" ] |
} |
} |