[all-commits] [llvm/llvm-project] 70771d: [Utils] Allow update_test_checks to scrub attribut...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Mon Dec 30 23:52:51 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 70771d8b9e8dba857bce39eee8f5d10ecc17d00f
https://github.com/llvm/llvm-project/commit/70771d8b9e8dba857bce39eee8f5d10ecc17d00f
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2019-12-31 (Tue, 31 Dec 2019)
Changed paths:
A llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/scrub_attrs.ll
A llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/scrub_attrs.ll.plain.expected
A llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/scrub_attrs.ll.scrub.expected
A llvm/test/tools/UpdateTestChecks/update_test_checks/scrub_attrs.test
M llvm/utils/UpdateTestChecks/common.py
M llvm/utils/update_test_checks.py
Log Message:
-----------
[Utils] Allow update_test_checks to scrub attribute annotations
Attribute annotations on calls, e.g., #0, are not useful on their own.
This patch adds a flag to update_test_checks.py to scrub them.
Reviewed By: lebedev.ri
Differential Revision: https://reviews.llvm.org/D68851
More information about the All-commits
mailing list