[llvm] [AMDGPU][test]added remove duplicate options for update_mc_test_check script (PR #111769)
Brox Chen via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 16 16:59:18 PDT 2024
================
@@ -118,6 +119,19 @@ def main():
default=None,
help="Set a default -march for when neither triple nor arch are found in a RUN line",
)
+ parser.add_argument(
+ "--remove-duplicate",
----------------
broxigarchen wrote:
good idea. Use unique now
https://github.com/llvm/llvm-project/pull/111769
More information about the llvm-commits
mailing list