Add PIC-level support to Clang.
authorJustin Hibbits <jrh29@alumni.cwru.edu>
Tue, 18 Nov 2014 06:17:20 +0000 (06:17 +0000)
committerJustin Hibbits <jrh29@alumni.cwru.edu>
Tue, 18 Nov 2014 06:17:20 +0000 (06:17 +0000)
commit90ca05e5e58f90bbdec0c2b403ce9f61a1cfabbd
tree6af6000e2eb851fb73cf5d8ec641da48d6f1c651
parentae3e40dd6143223786b53f4ceca5210e7ac2874e
Add PIC-level support to Clang.

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
clang/lib/CodeGen/CodeGenModule.cpp
clang/test/CodeGen/piclevels.c [new file with mode: 0644]