summaryrefslogtreecommitdiff
path: root/test/Driver/freebsd.c
AgeCommit message (Expand)Author
2017-08-22Revert "Revert "Revert "Revert "Fix LLVMgold plugin name/path for non-Linux.""""Dan Albert
2017-08-15Revert "Revert "Revert "Fix LLVMgold plugin name/path for non-Linux."""Dan Albert
2017-08-15Revert "Revert "Fix LLVMgold plugin name/path for non-Linux.""Dan Albert
2016-04-12Always use --eh-frame-hdr on FreeBSD, even for -staticEd Maste
2015-12-27For FreeBSD on mips, pass -G options to the linkerDimitry Andric
2015-11-10Use the generic Sparc CPU handling for Linux, FreeBSD and OpenBSD, too.Joerg Sonnenberger
2015-01-14Use the integrated assembler by default on 32-bit PowerPC and SPARC.Brad Smith
2015-01-05Revert "Use the integrated assembler by default on 32-bit PowerPC and SPARC"Duncan P. N. Exon Smith
2015-01-05Use the integrated assembler by default on 32-bit PowerPC and SPARCBrad Smith
2014-11-13Hook up FreeBSD AArch64 supportEd Maste
2014-06-27Don't check clang binary name, as it can be different in some test setups.Alexander Kornienko
2014-06-25Remove REQUIRES lines from portable testsAlp Toker
2014-02-25Pass the sparc architecture variant to the assembler.Roman Divacky
2014-02-25Give sparcv9 the ability to set the target cpu. Change it from acceptingRoman Divacky
2014-02-19Add FreeBSD ARM EABI hard-float supportRenato Golin
2014-01-07Fix 'unkown' typo in test -target from r198321Alp Toker
2014-01-02Add test for r198311.Roman Divacky
2013-12-11Turning IAS on by default on ARM/ThumbRenato Golin
2013-12-04clang/test: REQUIRES: s/ppc{32|64}-registered-target/powerpc-registered-target/NAKAMURA Takumi
2013-11-11Add test for r194350.Roman Divacky
2013-03-18Make sure to use same EABI version for external assembler as for integrated as.Anton Korobeynikov
2012-12-13Initial support for FreeBSD on ARM.Rafael Espindola
2012-10-09The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola
2012-09-06Tighten up regexps some more.Jakob Stoklund Olesen
2012-09-05Try to fix the windows bots.Eric Christopher
2012-09-05Apply some driver improvements for freebsd-*-mips*.Eric Christopher
2012-08-28Cleanup FreeBSD linking and add support for -pie.Roman Divacky
2012-07-29Provide correct linker command line options on FreeBSD 8 (GNU ld 2.15) and on...David Chisnall
2012-07-15Add test case for tweaks to clang driver.David Chisnall
2012-04-09Author: Daniel Dunbar <daniel@zuster.org>Daniel Dunbar
2012-02-04Skip freebsd driver test when ppc32/ppc64 targets are not configured.Bob Wilson
2012-01-26Reintroduce r148981 with significantly improved regression test. Now itChandler Carruth
2012-01-25Revert r148981 because it fails test/Driver/freebsd.cArgyrios Kyrtzidis
2012-01-25Try to unbreak the FreeBSD toolchain's detection of 32-bit targetsChandler Carruth
2012-01-25Add some really minimalist freebsd testing trees and use them in theChandler Carruth
2012-01-24Make driver tests more resilient to output trees containing symlinks --Chandler Carruth
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
2011-01-30Add hardcoded -L/usr/lib after all -L options to the FreeBSD linkerRoman Divacky
2011-01-28Make the FreeBSD driver test more robust so it doesn't fail when there's a si...Benjamin Kramer
2010-10-29Update tests to not search of as.Rafael Espindola
2010-08-10Driver/FreeBSD: Infer the right arch name in the presence of -m32,-m64, for theDaniel Dunbar
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar
2009-12-11Driver: Switch to using "clang" "-cc1" instead of "clang-cc".Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-10-13Converted to use FileCheck.John Thompson
2009-08-24Remove arch normalization from Driver, this should be unnecessary now thatDaniel Dunbar
2009-07-10Misc fixes to fix tests on OpenBSD, per email to cfe-commits. Patches Eli Friedman
2009-05-04Test a few more bits of the driver.Daniel Dunbar