[clang] [RISCV][AArch64] Don't allow -mvscale-min/max options to be passed to the clang driver. (PR #68065)

2023-10-03 Thread Craig Topper via cfe-commits
https://github.com/topperc closed https://github.com/llvm/llvm-project/pull/68065 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [RISCV][AArch64] Don't allow -mvscale-min/max options to be passed to the clang driver. (PR #68065)

2023-10-03 Thread Paul Walker via cfe-commits
https://github.com/paulwalker-arm approved this pull request. https://github.com/llvm/llvm-project/pull/68065 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [RISCV][AArch64] Don't allow -mvscale-min/max options to be passed to the clang driver. (PR #68065)

2023-10-02 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-backend-risc-v Changes The driver doesn't have code to pass these down to cc1. It just prints an unused option warning. Remove them from the driver. --- Full diff: https://github.com/llvm/llvm-project/pull/68065.diff 1 Files Affected: - (modified)

[clang] [RISCV][AArch64] Don't allow -mvscale-min/max options to be passed to the clang driver. (PR #68065)

2023-10-02 Thread Craig Topper via cfe-commits
https://github.com/topperc created https://github.com/llvm/llvm-project/pull/68065 The driver doesn't have code to pass these down to cc1. It just prints an unused option warning. Remove them from the driver. >From b6be263a9b07425471f17e66b506bb805f29b8a0 Mon Sep 17 00:00:00 2001 From: Craig