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