]> granicus.if.org Git - clang/commit
Driver/Darwin: Pass -pie/-no_pie to the linker when -fpie/-fno-pie and friends
authorDaniel Dunbar <daniel@zuster.org>
Tue, 13 Jul 2010 23:31:40 +0000 (23:31 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 13 Jul 2010 23:31:40 +0000 (23:31 +0000)
commit47e879dfa735f81472a51b1bd69cc4eb9159db39
tree2fa82be2df93bf6924e104eddb187ef899c8a0b2
parentbc25f19da3cff74cb0ad4f228e9beca99ed56582
Driver/Darwin: Pass -pie/-no_pie to the linker when -fpie/-fno-pie and friends
are explicitly given.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108297 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/ArgList.h
include/clang/Driver/Options.td
lib/Driver/ArgList.cpp
lib/Driver/Tools.cpp
test/Driver/darwin-ld.c