diff options
author | Simon Atanasyan <simon@atanasyan.com> | 2016-11-23 05:25:02 +0000 |
---|---|---|
committer | Simon Atanasyan <simon@atanasyan.com> | 2016-11-23 05:25:02 +0000 |
commit | 399ac5c3fbe029bf200437fcbbf95189a96adb9f (patch) | |
tree | a75c75040584cfa41ef3e01718c5ae326ba280aa /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | d14743e17fe34ea33d9a33ed88c969de4296e691 (diff) | |
download | bcm5719-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