diff options
author | Fangrui Song <i@maskray.me> | 2020-12-05 15:13:41 -0800 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2020-12-05 15:13:42 -0800 |
commit | 930b3398c7e4b3b15a9f262a2856d11fb2071eb7 (patch) | |
tree | 5853fcd5ee03936b299af86fd0bcb7e050983ac4 /llvm/lib/Option/OptTable.cpp | |
parent | a084c0388e2a59b9556f2de0083333232da3f1d6 (diff) | |
download | llvm-930b3398c7e4b3b15a9f262a2856d11fb2071eb7.zip llvm-930b3398c7e4b3b15a9f262a2856d11fb2071eb7.tar.gz llvm-930b3398c7e4b3b15a9f262a2856d11fb2071eb7.tar.bz2 |
[TargetMachine] Clean up TargetMachine::shouldAssumeDSOLocal after x86-32 specific hack is moved to X86Subtarget
With my previous commit, X86Subtarget::classifyGlobalReference has learned to
use MO_NO_FLAG for 32-bit ELF -fno-pic code, the x86-32 special case in
TargetMachine::shouldAssumeDSOLocal can be removed. Since we no longer imply
dso_local for function declarations, we can drop the ppc64 special case as well.
This is NFC in terms of Clang emitted assembly.
Diffstat (limited to 'llvm/lib/Option/OptTable.cpp')
0 files changed, 0 insertions, 0 deletions