Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed typos in tests: s/CHEKC/CHECK/ | Dmitri Gribenko | 2019-02-25 | 1 | -1/+1 |
| | | | | | | | | | | | | Reviewers: ilya-biryukov Subscribers: nemanjai, javed.absar, jsji, cfe-commits, llvm-commits Tags: #clang, #llvm Differential Revision: https://reviews.llvm.org/D58611 llvm-svn: 354785 | ||||
* | AArch64: put nonlazybind special handling behind a flag for now. | Tim Northover | 2017-04-17 | 1 | -1/+9 |
| | | | | | | | | It's basically a terrible idea anyway but objc_msgSend gets emitted like that. We can decide on a better way to deal with it in the unlikely event that anyone actually uses it. llvm-svn: 300474 | ||||
* | AArch64: support nonlazybind | Tim Northover | 2017-04-17 | 1 | -0/+32 |
It's almost certainly not a good idea to actually use it in most cases (there's a pretty large code size overhead on AArch64), but we can't do those experiments until it's supported. llvm-svn: 300462 |