[all-commits] [llvm/llvm-project] cd18ef: [Driver] Make -G TargetSpecific
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Jun 8 09:02:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd18efb61d759405956dbd30e4b5f2720d8e1783
https://github.com/llvm/llvm-project/commit/cd18efb61d759405956dbd30e4b5f2720d8e1783
Author: Fangrui Song <i at maskray.me>
Date: 2023-06-08 (Thu, 08 Jun 2023)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/Driver.cpp
M clang/lib/Driver/ToolChains/AIX.cpp
M clang/test/Driver/aix-err-options.c
Log Message:
-----------
[Driver] Make -G TargetSpecific
so that we report `unsupported option '-G' for target ...` on
unsupported targets (most targets).
This error is tested by one target in aix-err-options.c.
Follow-up to D89897 and D90063.
More information about the All-commits
mailing list