[all-commits] [llvm/llvm-project] 1d6c3e: [Driver] Mark m_x86_Features_Group options as Targ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Jun 12 12:47:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d6c3e29f6aa45914faa7be00a939b8f550f38e9
https://github.com/llvm/llvm-project/commit/1d6c3e29f6aa45914faa7be00a939b8f550f38e9
Author: Fangrui Song <i at maskray.me>
Date: 2023-06-12 (Mon, 12 Jun 2023)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/test/Driver/x86-target-features.c
Log Message:
-----------
[Driver] Mark m_x86_Features_Group options as TargetSpecific
so that they get an error on non-x86 targets.
Follow-up to D151590.
As a workaround for https://github.com/llvm/llvm-project/issues/63270, we don't
report an error for -msse4.2.
More information about the All-commits
mailing list