summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2018-03-14 06:25:08 +0000
committerLang Hames <lhames@gmail.com>2018-03-14 06:25:08 +0000
commitb2facd64795cfb0ad696b5028d72cb958a62dea2 (patch)
treeae9473e98a0123d78f2c18a3c5285e9d3e2ad8a7 /llvm/lib/ExecutionEngine/RuntimeDyld
parent313f590aee01f2bf3a27855a8f7f0f0b800272ce (diff)
downloadbcm5719-llvm-b2facd64795cfb0ad696b5028d72cb958a62dea2.tar.gz
bcm5719-llvm-b2facd64795cfb0ad696b5028d72cb958a62dea2.zip
[ORC] Fix a data race in the lookup function.
The Error locals need to be protected by a mutex. (This could be fixed by having the promises / futures contain Expected and Error values, but MSVC's future implementation does not support this yet). Hopefully this will fix some of the errors seen on the builders due to r327474. llvm-svn: 327477
Diffstat (limited to 'llvm/lib/ExecutionEngine/RuntimeDyld')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud