aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2020-10-29 09:03:13 -0700
committerFangrui Song <i@maskray.me>2020-10-29 09:03:56 -0700
commit8f8b5e5587c3e204f21db975a0a76d4462ce3c57 (patch)
treeebd883a3260459e69c00b00670eda14b0d1cd239 /clang/lib/Frontend/CompilerInvocation.cpp
parent58de4b205310d18614eabdcbaa1772e9fc090df3 (diff)
downloadllvm-8f8b5e5587c3e204f21db975a0a76d4462ce3c57.zip
llvm-8f8b5e5587c3e204f21db975a0a76d4462ce3c57.tar.gz
llvm-8f8b5e5587c3e204f21db975a0a76d4462ce3c57.tar.bz2
[MC] Error for .globl/.local which change the symbol binding and warn for .weak
GNU as let .weak override .globl since binutils-gdb 5ca547dc2399a0a5d9f20626d4bf5547c3ccfddd (1996) while MC lets the last directive win (PR38921). This caused an issue to Linux's powerpc port which has been fixed by http://git.kernel.org/linus/968339fad422a58312f67718691b717dac45c399 Binding overriding is error-prone. This patch disallows a changed binding. (https://sourceware.org/pipermail/binutils/2020-March/000299.html ) Our behavior regarding `.globl x; .weak x` matches GNU as. Such usage is still suspicious but we issue a warning for now. We may upgrade it to an error in the future. Reviewed By: jhenderson, nickdesaulniers Differential Revision: https://reviews.llvm.org/D90108
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions