summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/lib/Support/Atomic.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Instead of defining LLVM_MULTITHREADED as 0 or 1, define or undefine it,dim2011-02-271-5/+5
| | | | | and test appropriately. Otherwise it might erroneously pick up some pthread primitives, and fail to link.
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.dim2011-02-201-0/+112
This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg.
OpenPOWER on IntegriCloud