[all-commits] [llvm/llvm-project] 23ce68: [Driver] Remove Joined -Z and err_drv_use_of_Z_option
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Aug 31 17:58:22 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23ce683eea358f0cf82ef51692bba6c86ffcf4a8
https://github.com/llvm/llvm-project/commit/23ce683eea358f0cf82ef51692bba6c86ffcf4a8
Author: Fangrui Song <i at maskray.me>
Date: 2022-08-31 (Wed, 31 Aug 2022)
Changed paths:
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/Driver.cpp
Log Message:
-----------
[Driver] Remove Joined -Z and err_drv_use_of_Z_option
This takes a detour to report an error, but we can just remove Joined -Z
which is rejected by GCC.
More information about the All-commits
mailing list