summaryrefslogtreecommitdiffstats
path: root/test/Driver/darwin-ld.c
Commit message (Expand)AuthorAgeFilesLines
* With LTO and profile-use, enable hotness info in opt remarksAdam Nemet2016-12-021-0/+5
* Rename option to -lto-pass-remarks-outputAdam Nemet2016-11-221-3/+3
* LTO support for -fsave-optimization-record on DarwinAdam Nemet2016-11-181-0/+9
* [DarwinDriver] Increase the number of valid digits for ld64 version string.Bruno Cardoso Lopes2016-03-311-0/+24
* Fix a bot I broke.Chris Bieneman2016-03-151-1/+4
* [Driver] [Darwin] Fix linking libclang_rt.profile_*sim.aChris Bieneman2016-03-151-0/+6
* Support watchOS and tvOS driver optionsTim Northover2015-10-301-0/+84
* Revert "[DarwinDriver] Use -lto_library to specify the path for libLTO.dylib"Bruno Cardoso Lopes2015-09-301-15/+0
* [DarwinDriver] Use -lto_library to specify the path for libLTO.dylibBruno Cardoso Lopes2015-09-301-0/+15
* -iframework option should be forwarded to linkerSteven Wu2015-02-061-0/+6
* Remove a FIXME: use the ios_simulator_version_min linker option consistently.Bob Wilson2014-10-101-4/+14
* ARM64: initial clang support commit.Tim Northover2014-03-291-0/+13
* Fix an assertion failure when building for the iOS simulator. rdar://15959009Bob Wilson2014-02-011-0/+8
* Stop linking with crt1.o etc. for the iOS simulator. <rdar://problem/11800973>Bob Wilson2014-01-211-0/+16
* [Driver] Fix a typo in the setting of the arch name when -arch x86_64h is used.Quentin Colombet2014-01-081-0/+9
* Propagate "-arch x86_64h" setting to the linker. <rdar://problem/15711488>Bob Wilson2013-12-281-1/+5
* Only use the Darwin linker's -export_dynamic option with supported versions.Bob Wilson2013-08-021-0/+14
* Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar2012-10-151-0/+4
* Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber2012-10-151-4/+0
* Fix test for r165028. It only generates that flag for source files now.Bill Wendling2012-10-021-1/+1
* Add Clang support for iOS6.Bob Wilson2012-09-291-0/+4
* When using -pg targeting OS X 10.8, pass -no_new_main to the linker.Bob Wilson2012-07-031-0/+5
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-0/+4
* Fix more fallout from the introduction of "macosx" and "ios" triples.Bob Wilson2012-01-311-0/+8
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-18/+18
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-18/+18
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-18/+18
* [driver] Add support for passing -lazy_framework/-lazy_library to the linker.Chad Rosier2012-01-051-0/+14
* tests/Driver/darwin-ld.c: Get rid of the "splatter" test case. We have enoughDaniel Dunbar2011-11-171-13/+0
* Driver/Darwin: -force_load can be specified multiple times.Daniel Dunbar2011-06-281-0/+8
* Fix test case; we may end up linking against the libprofile_rt dylib.Douglas Gregor2011-06-281-1/+1
* Driver/Darwin: Fixup version check for -object_path_lto support.Daniel Dunbar2011-06-211-1/+1
* Driver/Darwin: When invoking the linker, automatically pass -object_path_lto soDaniel Dunbar2011-06-211-0/+8
* Add support for -force_load flag, for compat with Apple gcc. rdar://9555962 .Eli Friedman2011-06-161-2/+2
* Fix the Windows buildbots, now that I can actually see what was going wrong w...Eli Friedman2011-06-031-1/+1
* Switch a ridiculous grep over to FileCheck.Eli Friedman2011-06-021-1/+2
* Change how we link libprofile_rt.a. While at it, refactor the code a bit.Rafael Espindola2011-06-021-1/+1
* Fix Darwin test for r132006.Nick Lewycky2011-05-241-1/+1
* Driver/Darwin: Put dsymutil -o arguments first, so that dysmutil doesn't barfDaniel Dunbar2011-05-091-2/+2
* Driver/Darwin/ld: Set the deployment target following the version information inDaniel Dunbar2011-04-281-2/+2
* Fix last test still failing on Win32. 100% pass rate now!Francois Pichet2010-09-111-11/+11
* Driver/Darwin: Switch to using simplified tool chain by default -- what betterDaniel Dunbar2010-08-231-16/+2
* Driver/Darwin: Pass -demangle when linking, if the linker supports it.Daniel Dunbar2010-08-111-0/+23
* Driver/Darwin: Pass -pie/-no_pie to the linker when -fpie/-fno-pie and friendsDaniel Dunbar2010-07-131-0/+12
* Driver: Also mark -F as RenderJoined, the linker doesn't like "-F FOO" either.Daniel Dunbar2010-06-101-1/+1
* tests: Update test for previous change.Daniel Dunbar2010-06-091-1/+1
* Driver/Darwin: Model dsymutil properly, as a separate action/tool kind which isDaniel Dunbar2010-06-041-4/+0
* Simplify test, in the hopes of making linux happy.Daniel Dunbar2010-04-111-1/+1
* Driver: Only add extra -L paths on darwin if they exist. Unfortunately, thisDaniel Dunbar2010-04-101-1/+1
* Tweak test for portability.Daniel Dunbar2010-04-101-1/+1