diff options
author | Sean Fertile <sd.fertile@gmail.com> | 2020-01-08 12:32:32 -0500 |
---|---|---|
committer | Sean Fertile <sd.fertile@gmail.com> | 2020-01-09 14:07:07 -0500 |
commit | 1a1dbea24df51e441f3517abb8e251df0029dad7 (patch) | |
tree | 1e75a24dd888bdde3e7baaf6b18f6e82aceb7bd2 /lldb/packages/Python/lldbsuite/test/commands/command/script/main.cpp | |
parent | 183b5d38d7cffc10ff9f4914b8879ed5b1976e40 (diff) | |
download | bcm5719-llvm-1a1dbea24df51e441f3517abb8e251df0029dad7.tar.gz bcm5719-llvm-1a1dbea24df51e441f3517abb8e251df0029dad7.zip |
[PowerPC] The VK_PLT symbolref modifier is only used on 32-bit ELF. [NFC]
Fix a conditional that guarded code for execution only on 32-bit ELF by
checking that the Subtarget was not 64-bit and not-Darwin. By adding a new
target ABI (AIX), the condition is no longer correct. This code is dead for
AIX, due to a 'report_fatal_error' for thread local storage usage earlier in the
pipeline, but needs to be modifed as part of Darwins removal from the
PowerPC backend.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/command/script/main.cpp')
0 files changed, 0 insertions, 0 deletions