diff options
author | Rui Ueyama <ruiu@google.com> | 2014-03-26 20:20:53 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2014-03-26 20:20:53 +0000 |
commit | 664afe94a642c35eeb459cc003c1b3f3098615d9 (patch) | |
tree | 040968a3cca4a1b1737c2dac18a04c6037f1d036 /llvm/lib/MC/MCDisassembler/Disassembler.cpp | |
parent | e180ecab2c8fb1b4bc067abc373d351351c250a6 (diff) | |
download | llvm-664afe94a642c35eeb459cc003c1b3f3098615d9.zip llvm-664afe94a642c35eeb459cc003c1b3f3098615d9.tar.gz llvm-664afe94a642c35eeb459cc003c1b3f3098615d9.tar.bz2 |
[PECOFF] Use std::mutex.
Use <mutex> instead of "llvm/Support/Mutex.h".
Also change the type of mutex for the context object to recursive mutex, as
the driver could acquire the lock recursively. E.g. If file A has .drectve
section containing /defaultlib:B, the driver tries to parse file B, and if
file B has .drectve section, the driver acquires the lock again.
llvm-svn: 204850
Diffstat (limited to 'llvm/lib/MC/MCDisassembler/Disassembler.cpp')
0 files changed, 0 insertions, 0 deletions