[all-commits] [llvm/llvm-project] 809293: [RISCV][AArch64] Don't allow -mvscale-min/max opti...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Oct 3 07:26:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8092933246507a7b6c4385afbf0b9750a6d00de9
https://github.com/llvm/llvm-project/commit/8092933246507a7b6c4385afbf0b9750a6d00de9
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-10-03 (Tue, 03 Oct 2023)
Changed paths:
M clang/include/clang/Driver/Options.td
Log Message:
-----------
[RISCV][AArch64] Don't allow -mvscale-min/max options to be passed to the clang driver. (#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.
More information about the All-commits
mailing list