diff options
author | Rui Ueyama <ruiu@google.com> | 2015-04-10 19:55:35 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2015-04-10 19:55:35 +0000 |
commit | ee0c60679a18f2bb27e35516a68da37012823e49 (patch) | |
tree | f4bb9e8913eb79962c019cf9a22ec624a9be4909 /clang/lib/Basic/Targets.cpp | |
parent | aa7a5a3a0f7a6d4af7c772251b524098964d3c30 (diff) | |
download | bcm5719-llvm-ee0c60679a18f2bb27e35516a68da37012823e49.tar.gz bcm5719-llvm-ee0c60679a18f2bb27e35516a68da37012823e49.zip |
Fix minor threading issue.
Because calls of applyRelocation is parallelized, all functions
called from that need to be thread-safe. This piece of code
didn't use any synchronization mechanism, so it was not safe.
llvm-svn: 234628
Diffstat (limited to 'clang/lib/Basic/Targets.cpp')
0 files changed, 0 insertions, 0 deletions