summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/piclevels.c
Commit message (Collapse)AuthorAgeFilesLines
* Adjust clang test for r303590Teresa Johnson2017-05-231-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 sideDuncan P. N. Exon Smith2014-12-151-2/+2
| | | | | | Match LLVM changes from r224257. llvm-svn: 224259
* Add PIC-level support to Clang.Justin Hibbits2014-11-181-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
OpenPOWER on IntegriCloud