summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorSimon Atanasyan <simon@atanasyan.com>2016-11-23 05:25:02 +0000
committerSimon Atanasyan <simon@atanasyan.com>2016-11-23 05:25:02 +0000
commit399ac5c3fbe029bf200437fcbbf95189a96adb9f (patch)
treea75c75040584cfa41ef3e01718c5ae326ba280aa /clang/lib/CodeGen/CodeGenModule.cpp
parentd14743e17fe34ea33d9a33ed88c969de4296e691 (diff)
downloadbcm5719-llvm-399ac5c3fbe029bf200437fcbbf95189a96adb9f.tar.gz
bcm5719-llvm-399ac5c3fbe029bf200437fcbbf95189a96adb9f.zip
[ELF][MIPS] Turn Config->Threads off for MIPS targets
For now MipsGotSection class is not ready for concurrent access from multiple threads. The problem is in the getPageEntryOffset method. It changes state of MipsGotSection object and might be called from different threads at the same time. So turn Threads off for this target. It's a temporary solution. The patch fixes MipsGotSection::getPageEntryOffset is almost ready. Differential revision: https://reviews.llvm.org/D27035 llvm-svn: 287740
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud