Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust clang test for r303590 | Teresa Johnson | 2017-05-23 | 1 | -4/+9 |
| | | | | | | | Forgot to commit this separately from the llvm change to use a new module flag type for pic and pie levels. Should fix the bot errors llvm-svn: 303593 | ||||
* | IR: Make metadata typeless in assembly, clang side | Duncan P. N. Exon Smith | 2014-12-15 | 1 | -2/+2 |
| | | | | | | Match LLVM changes from r224257. llvm-svn: 224259 | ||||
* | Add PIC-level support to Clang. | Justin Hibbits | 2014-11-18 | 1 | -0/+7 |
Summary: This distinguishes between -fpic and -fPIC now, with the additions in LLVM for PIC level support. Test Plan: No regressions Reviewers: echristo, rafael Reviewed By: rafael Subscribers: rnk, emaste, llvm-commits Differential Revision: http://reviews.llvm.org/D5400 llvm-svn: 222227 |