[all-commits] [llvm/llvm-project] 30b953: [Driver] Add m_Group to -m[no-]strict-align
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Apr 19 11:52:25 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 30b9537ff438366547f968c7909718e27d65c815
https://github.com/llvm/llvm-project/commit/30b9537ff438366547f968c7909718e27d65c815
Author: Fangrui Song <i at maskray.me>
Date: 2024-04-19 (Fri, 19 Apr 2024)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/test/Driver/riscv-features.c
Log Message:
-----------
[Driver] Add m_Group to -m[no-]strict-align
so that `Args.ClaimAllArgs(options::OPT_CompileOnly_Group);` in
Driver::handleArguments will claim the options even if only linking is
performed.
Fix #87945
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list