Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Instead of defining LLVM_MULTITHREADED as 0 or 1, define or undefine it, | dim | 2011-02-27 | 1 | -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. | dim | 2011-02-20 | 1 | -0/+112 |
This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg. |