[all-commits] [llvm/llvm-project] c94770: [Driver] Support -Wa, --defsym similar to -Wa, -defsym
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Jun 14 00:30:27 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c947709df7859bb7285873593adab70349a5ab3e
https://github.com/llvm/llvm-project/commit/c947709df7859bb7285873593adab70349a5ab3e
Author: Fangrui Song <i at maskray.me>
Date: 2024-06-14 (Fri, 14 Jun 2024)
Changed paths:
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/Driver/defsym.s
Log Message:
-----------
[Driver] Support -Wa,--defsym similar to -Wa,-defsym
When the integrated assembler is enabled, clangDriver implements a small
set of popular -Wa, options. "-defsym" is implemented
(https://reviews.llvm.org/D26213), but the more common "--defsym" is
not. Support "--defsym".
Close #95386
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