diff options
| author | Hans Wennborg <hans@hanshq.net> | 2014-03-05 16:26:04 +0000 |
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2014-03-05 16:26:04 +0000 |
| commit | 928fb264a5103c6a2c41f9e9417ac8f44ae896e2 (patch) | |
| tree | 6ed5b9cfc389009735c7c2c0b95eacf112a90fbe /llvm/lib/Target/XCore/XCoreTargetObjectFile.cpp | |
| parent | 9de3a98c4ef7340a7b1ebc174e661187ba4d0aae (diff) | |
| download | bcm5719-llvm-928fb264a5103c6a2c41f9e9417ac8f44ae896e2.tar.gz bcm5719-llvm-928fb264a5103c6a2c41f9e9417ac8f44ae896e2.zip | |
Work around MSVC bug in IntrusiveRefCntPtr.h
The build was failing with:
error C2664: 'std::atomic_int::atomic_int(const std::atomic_int &)' : cannot convert argument 1 from 'int' to 'const std::atomic_int &'
Apparently "std::atomic_int x(0)" doesn't work, but "std::atomic<int> x(0)"
does.
llvm-svn: 202988
Diffstat (limited to 'llvm/lib/Target/XCore/XCoreTargetObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions

