summaryrefslogtreecommitdiff
path: root/test/Driver/darwin-ld.c
Commit message (Expand)AuthorAge
* ARM64: initial clang support commit.Tim Northover2014-03-29
* Fix an assertion failure when building for the iOS simulator. rdar://15959009Bob Wilson2014-02-01
* Stop linking with crt1.o etc. for the iOS simulator. <rdar://problem/11800973>Bob Wilson2014-01-21
* [Driver] Fix a typo in the setting of the arch name when -arch x86_64h is used.Quentin Colombet2014-01-08
* Propagate "-arch x86_64h" setting to the linker. <rdar://problem/15711488>Bob Wilson2013-12-28
* Only use the Darwin linker's -export_dynamic option with supported versions.Bob Wilson2013-08-02
* Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar2012-10-15
* Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber2012-10-15
* Fix test for r165028. It only generates that flag for source files now.Bill Wendling2012-10-02
* Add Clang support for iOS6.Bob Wilson2012-09-29
* When using -pg targeting OS X 10.8, pass -no_new_main to the linker.Bob Wilson2012-07-03
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-06
* Fix more fallout from the introduction of "macosx" and "ios" triples.Bob Wilson2012-01-31
* rename -ccc-host-triple into -targetSebastian Pop2012-01-20
* Revert r148138; it's causing test failures.Eli Friedman2012-01-13
* rename -ccc-host-triple into -targetSebastian Pop2012-01-13
* [driver] Add support for passing -lazy_framework/-lazy_library to the linker.Chad Rosier2012-01-05
* tests/Driver/darwin-ld.c: Get rid of the "splatter" test case. We have enoughDaniel Dunbar2011-11-17
* Driver/Darwin: -force_load can be specified multiple times.Daniel Dunbar2011-06-28
* Fix test case; we may end up linking against the libprofile_rt dylib.Douglas Gregor2011-06-28
* Driver/Darwin: Fixup version check for -object_path_lto support.Daniel Dunbar2011-06-21
* Driver/Darwin: When invoking the linker, automatically pass -object_path_lto soDaniel Dunbar2011-06-21
* Add support for -force_load flag, for compat with Apple gcc. rdar://9555962 .Eli Friedman2011-06-16
* Fix the Windows buildbots, now that I can actually see what was going wrong w...Eli Friedman2011-06-03
* Switch a ridiculous grep over to FileCheck.Eli Friedman2011-06-02
* Change how we link libprofile_rt.a. While at it, refactor the code a bit.Rafael Espindola2011-06-02
* Fix Darwin test for r132006.Nick Lewycky2011-05-24
* Driver/Darwin: Put dsymutil -o arguments first, so that dysmutil doesn't barfDaniel Dunbar2011-05-09
* Driver/Darwin/ld: Set the deployment target following the version information inDaniel Dunbar2011-04-28
* Fix last test still failing on Win32. 100% pass rate now!Francois Pichet2010-09-11
* Driver/Darwin: Switch to using simplified tool chain by default -- what betterDaniel Dunbar2010-08-23
* Driver/Darwin: Pass -demangle when linking, if the linker supports it.Daniel Dunbar2010-08-11
* Driver/Darwin: Pass -pie/-no_pie to the linker when -fpie/-fno-pie and friendsDaniel Dunbar2010-07-13
* Driver: Also mark -F as RenderJoined, the linker doesn't like "-F FOO" either.Daniel Dunbar2010-06-10
* tests: Update test for previous change.Daniel Dunbar2010-06-09
* Driver/Darwin: Model dsymutil properly, as a separate action/tool kind which isDaniel Dunbar2010-06-04
* Simplify test, in the hopes of making linux happy.Daniel Dunbar2010-04-11
* Driver: Only add extra -L paths on darwin if they exist. Unfortunately, thisDaniel Dunbar2010-04-10
* Tweak test for portability.Daniel Dunbar2010-04-10
* Driver/Darwin/x86: When linking, incorporate -L paths based on the path whereDaniel Dunbar2010-04-10
* Driver: Force joining of "-l" "foo", the linker doesn't eat that format.Daniel Dunbar2010-03-20
* Set -ccc-host-triple in these tests.Daniel Dunbar2010-01-27
* Driver/Darwin: Fix a few link arguments when targetting different iPhoneOSDaniel Dunbar2010-01-27
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-15
* Remove RUN: true lines.Daniel Dunbar2009-11-08
* Eliminate &&s in tests.Daniel Dunbar2009-11-08
* Update test; the driver can find a different gcc tool chain directory whenDaniel Dunbar2009-10-22
* Tolerate .exe on executables. Patch by John Thompson. Changed * to .* by me.Mike Stump2009-10-08
* Remove FIXMEs for pedantically-gcc-bug-compatible behavior.Daniel Dunbar2009-09-08
* 'unset' isn't needed in these tests anymore, we always run with a controlledDaniel Dunbar2009-08-01