aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/pic.c
AgeCommit message (Expand)Author
2013-04-09One more follow-up to r179082 - parse PIC/PIE arguments even on platfroms tha...Alexey Samsonov
2013-01-17Do not pass -pie flag to linker if -shared specified. This matchesPeter Collingbourne
2012-11-19Completely re-work how the Clang driver interprets PIC and PIE options.Chandler Carruth
2012-11-13This patch makes the behavior of clang consistent with the behavior of gcc 4....Benjamin Kramer
2012-10-15Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar
2012-10-15Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber
2012-09-30Specify a full target in an attempt to appease buildbots.Bob Wilson
2012-09-29Add Clang support for iOS6.Bob Wilson
2012-09-07Attempt to pacify Windows buildbots.Roman Divacky
2012-09-07Link to crtend.S when PIE in the FreeBSD driver. Patch by Brooks Davis!Roman Divacky
2012-04-08Teach Clang about PIE compilations. This is the first step of PR12380.Chandler Carruth