summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/OProfileJIT
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2020-01-17 14:48:48 -0800
committerHans Wennborg <hans@chromium.org>2020-01-29 21:47:37 +0100
commitf7f0fd4a21d52d30f9b3257cd537fbc706f0f176 (patch)
tree82097df9cfe59f0eabe10c8263c4fb8898ac1bb3 /llvm/lib/ExecutionEngine/OProfileJIT
parent52c1d209acec58b393290a5a126aa6f1d38beb1e (diff)
downloadbcm5719-llvm-f7f0fd4a21d52d30f9b3257cd537fbc706f0f176.tar.gz
bcm5719-llvm-f7f0fd4a21d52d30f9b3257cd537fbc706f0f176.zip
[ORC] Add weak symbol support to defineMaterializing, fix for PR40074.
The MaterializationResponsibility::defineMaterializing method allows clients to add new definitions that are in the process of being materialized to the JIT. This patch adds support to defineMaterializing for symbols with weak linkage where the new definitions may be rejected if another materializer concurrently defines the same symbol. If a weak symbol is rejected it will not be added to the MaterializationResponsibility's responsibility set. Clients can check for membership in the responsibility set via the MaterializationResponsibility::getSymbols() method before resolving any such weak symbols. This patch also adds code to RTDyldObjectLinkingLayer to tag COFF comdat symbols introduced during codegen as weak, on the assumption that these are COFF comdat constants. This fixes http://llvm.org/PR40074. (cherry picked from commit 84217ad66115cc31b184374a03c8333e4578996f)
Diffstat (limited to 'llvm/lib/ExecutionEngine/OProfileJIT')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud