summaryrefslogtreecommitdiff
path: root/scripts/clang-tidy-diff.sh
diff options
context:
space:
mode:
authorThomas Lively <7121787+tlively@users.noreply.github.com>2021-09-24 14:25:05 -0700
committerGitHub <noreply@github.com>2021-09-24 14:25:05 -0700
commitab3811dafb27edd81f919d0096630014184b3836 (patch)
tree632000d37a75a3c5913bce7b0c17c163b430acbf /scripts/clang-tidy-diff.sh
parenta6dbadb8d180aff3c481ad8fd3009a712c11b449 (diff)
downloadbinaryen-ab3811dafb27edd81f919d0096630014184b3836.tar.gz
binaryen-ab3811dafb27edd81f919d0096630014184b3836.tar.bz2
binaryen-ab3811dafb27edd81f919d0096630014184b3836.zip
[wasm-split] Disallow mixing --profile, --keep-funcs, and --split-funcs (#4187)
Previously the set of functions to keep was initially empty, then the profile added new functions to keep, then the --keep-funcs functions were added, then the --split-funcs functions were removed. This method of composing these different options was arbitrary and not necessarily intuitive, and it prevented reasonable workflows from working. For example, providing only a --split-funcs list would result in all functions being split out not matter which functions were listed. To make the behavior of these options, and --split-funcs in particular, more intuitive, disallow mixing them and when --split-funcs is used, split out only the listed functions.
Diffstat (limited to 'scripts/clang-tidy-diff.sh')
0 files changed, 0 insertions, 0 deletions