summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCObjectStreamer.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2017-08-17 00:27:55 +0000
committerRui Ueyama <ruiu@google.com>2017-08-17 00:27:55 +0000
commit314a0050024838aeba03dee7b1956cf622bd7bdb (patch)
tree6f158b7256f398d31867890bccc393e30483bfc5 /llvm/lib/MC/MCObjectStreamer.cpp
parent42a535351e029d183be3f9cdf26663b90f3b2521 (diff)
downloadbcm5719-llvm-314a0050024838aeba03dee7b1956cf622bd7bdb.tar.gz
bcm5719-llvm-314a0050024838aeba03dee7b1956cf622bd7bdb.zip
Remove a lock and use a std::unique_ptr instead.
We had a lock to guard BAlloc from being used concurrently, but that is not very easy to understand. This patch replaces it with a std::unique_ptr. llvm-svn: 311056
Diffstat (limited to 'llvm/lib/MC/MCObjectStreamer.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud