Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(714)

Unified Diff: tools/clang/scripts/blink_gc_plugin_flags.sh

Issue 210803002: Rename Blink GC plugin flag from detect-cycles to dump-graph. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/clang/blink_gc_plugin/tests/cycle_super_neg.flags ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/scripts/blink_gc_plugin_flags.sh
diff --git a/tools/clang/scripts/blink_gc_plugin_flags.sh b/tools/clang/scripts/blink_gc_plugin_flags.sh
index 20767f6cce9906edc9be2a3e6f6dd4f876c98e61..25c587294b076ea0940b384c73021707060a8864 100755
--- a/tools/clang/scripts/blink_gc_plugin_flags.sh
+++ b/tools/clang/scripts/blink_gc_plugin_flags.sh
@@ -22,8 +22,8 @@ FLAGS=""
for arg in "$@"; do
if [[ "$arg" = "enable-oilpan=1" ]]; then
FLAGS="$FLAGS -Xclang -plugin-arg-blink-gc-plugin -Xclang enable-oilpan"
- elif [[ "$arg" = "detect-cycles=1" ]]; then
- FLAGS="$FLAGS -Xclang -plugin-arg-blink-gc-plugin -Xclang detect-cycles"
+ elif [[ "$arg" = "dump-graph=1" ]]; then
+ FLAGS="$FLAGS -Xclang -plugin-arg-blink-gc-plugin -Xclang dump-graph"
fi
done
« no previous file with comments | « tools/clang/blink_gc_plugin/tests/cycle_super_neg.flags ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698