aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/darwin-ld.c
AgeCommit message (Expand)Author
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-10-02Fix test for r165028. It only generates that flag for source files now.Bill Wendling
2012-09-29Add Clang support for iOS6.Bob Wilson
2012-07-03When using -pg targeting OS X 10.8, pass -no_new_main to the linker.Bob Wilson
2012-03-06Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek
2012-01-31Fix more fallout from the introduction of "macosx" and "ios" triples.Bob Wilson
2012-01-20rename -ccc-host-triple into -targetSebastian Pop
2012-01-13Revert r148138; it's causing test failures.Eli Friedman
2012-01-13rename -ccc-host-triple into -targetSebastian Pop
2012-01-05[driver] Add support for passing -lazy_framework/-lazy_library to the linker.Chad Rosier
2011-11-17tests/Driver/darwin-ld.c: Get rid of the "splatter" test case. We have enoughDaniel Dunbar
2011-06-28Driver/Darwin: -force_load can be specified multiple times.Daniel Dunbar
2011-06-28Fix test case; we may end up linking against the libprofile_rt dylib.Douglas Gregor
2011-06-21Driver/Darwin: Fixup version check for -object_path_lto support.Daniel Dunbar
2011-06-21Driver/Darwin: When invoking the linker, automatically pass -object_path_lto soDaniel Dunbar
2011-06-16Add support for -force_load flag, for compat with Apple gcc. rdar://9555962 .Eli Friedman
2011-06-03Fix the Windows buildbots, now that I can actually see what was going wrong w...Eli Friedman
2011-06-02Switch a ridiculous grep over to FileCheck.Eli Friedman
2011-06-02Change how we link libprofile_rt.a. While at it, refactor the code a bit.Rafael Espindola
2011-05-24Fix Darwin test for r132006.Nick Lewycky
2011-05-09Driver/Darwin: Put dsymutil -o arguments first, so that dysmutil doesn't barfDaniel Dunbar
2011-04-28Driver/Darwin/ld: Set the deployment target following the version information inDaniel Dunbar
2010-09-11Fix last test still failing on Win32. 100% pass rate now!Francois Pichet
2010-08-23Driver/Darwin: Switch to using simplified tool chain by default -- what betterDaniel Dunbar
2010-08-11Driver/Darwin: Pass -demangle when linking, if the linker supports it.Daniel Dunbar
2010-07-13Driver/Darwin: Pass -pie/-no_pie to the linker when -fpie/-fno-pie and friendsDaniel Dunbar
2010-06-10Driver: Also mark -F as RenderJoined, the linker doesn't like "-F FOO" either.Daniel Dunbar
2010-06-09tests: Update test for previous change.Daniel Dunbar
2010-06-04Driver/Darwin: Model dsymutil properly, as a separate action/tool kind which isDaniel Dunbar
2010-04-11Simplify test, in the hopes of making linux happy.Daniel Dunbar
2010-04-10Driver: Only add extra -L paths on darwin if they exist. Unfortunately, thisDaniel Dunbar
2010-04-10Tweak test for portability.Daniel Dunbar
2010-04-10Driver/Darwin/x86: When linking, incorporate -L paths based on the path whereDaniel Dunbar
2010-03-20Driver: Force joining of "-l" "foo", the linker doesn't eat that format.Daniel Dunbar
2010-01-27Set -ccc-host-triple in these tests.Daniel Dunbar
2010-01-27Driver/Darwin: Fix a few link arguments when targetting different iPhoneOSDaniel Dunbar
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-10-22Update test; the driver can find a different gcc tool chain directory whenDaniel Dunbar
2009-10-08Tolerate .exe on executables. Patch by John Thompson. Changed * to .* by me.Mike Stump
2009-09-08Remove FIXMEs for pedantically-gcc-bug-compatible behavior.Daniel Dunbar
2009-08-01'unset' isn't needed in these tests anymore, we always run with a controlledDaniel Dunbar
2009-06-16Make these driver tests do the right thing even when MACOSX_DEPLOYMENT_TARGET...Douglas Gregor
2009-04-24Don't run dsymutil when making a fat executable direct source.Daniel Dunbar
2009-04-23Call ld, not collect2.Daniel Dunbar
2009-04-04Driver: Handle properly calling dsymutil when source input isDaniel Dunbar
2009-04-01Tweak/cleanup darwin::Link a bit, add several FIXMES, and improve testDaniel Dunbar
2009-03-26Driver: Test case for darwin::LinkDaniel Dunbar