aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Driver/pic.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-04Revert r191947. The problem is not MIPS-specific and requires moreSimon Atanasyan1-10/+0
2013-10-04[Mips] For MIPS '-fPIC -static' means to compile as -fPIC but link withSimon Atanasyan1-0/+10
2013-06-05Default to PIE and using stack protection on OpenBSD.Rafael Espindola1-0/+12
2013-04-09One more follow-up to r179082 - parse PIC/PIE arguments even on platfroms tha...Alexey Samsonov1-0/+4
2013-01-17Do not pass -pie flag to linker if -shared specified. This matchesPeter Collingbourne1-0/+6
2012-11-19Completely re-work how the Clang driver interprets PIC and PIE options.Chandler Carruth1-76/+116
2012-11-13This patch makes the behavior of clang consistent with the behavior of gcc 4....Benjamin Kramer1-2/+46
2012-10-15Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar1-0/+10
2012-10-15Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber1-10/+0
2012-09-30Specify a full target in an attempt to appease buildbots.Bob Wilson1-4/+4
2012-09-29Add Clang support for iOS6.Bob Wilson1-0/+10
2012-09-07Attempt to pacify Windows buildbots.Roman Divacky1-1/+1
2012-09-07Link to crtend.S when PIE in the FreeBSD driver. Patch by Brooks Davis!Roman Divacky1-0/+14
2012-04-08Teach Clang about PIE compilations. This is the first step of PR12380.Chandler Carruth1-0/+81