aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/lldbdwarf.py
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2023-06-26 12:28:02 -0700
committerFangrui Song <i@maskray.me>2023-06-26 12:28:02 -0700
commitfe5bab537270e21469b8dfe09aae2ec11f1aca7f (patch)
tree9fd9cc2a87235ae6e5d9c875bb43b08fb309ed01 /lldb/packages/Python/lldbsuite/test/lldbdwarf.py
parent4fa3e93e68df41465b7accf6be9c57f06b877dac (diff)
downloadllvm-fe5bab537270e21469b8dfe09aae2ec11f1aca7f.zip
llvm-fe5bab537270e21469b8dfe09aae2ec11f1aca7f.tar.gz
llvm-fe5bab537270e21469b8dfe09aae2ec11f1aca7f.tar.bz2
[Driver][ARM] Warn about -mabi= for assembler input
Previously, Clang Driver reported a warning when assembler input was assembled with the -mabi= option. D152856 added TargetSpecific to -mabi= option and reported an error for such a case. This change restores the previous behavior by reporting a warning. GCC translates -mabi={apcs-gnu,atpcs} to gas -meabi=gnu and other -mabi= values to -meabi=5. We don't support setting e_flags to any value other than EF_ARM_EABI_VER5. Close https://github.com/ClangBuiltLinux/linux/issues/1878 Reviewed By: michaelplatings Differential Revision: https://reviews.llvm.org/D153691
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbdwarf.py')
0 files changed, 0 insertions, 0 deletions