summaryrefslogtreecommitdiff
path: root/test/Linker/2003-04-23-LinkOnceLost.ll
AgeCommit message (Expand)Author
2015-12-07Link declaration lazily.Rafael Espindola
2015-11-27Modernize the test a bitRafael Espindola
2013-04-09Rewrite test/Linker tests to use FileCheck instead of grep.Eli Bendersky
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2009-09-15Use llvm-link -S instead of using llvm-dis.Dan Gohman
2009-08-25Remove obsolete -f flags.Dan Gohman
2008-05-20Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif
2007-04-15For PR1319: Upgrade to new test harnessReid Spencer
2006-12-29Update tests that need to be run through llvm-upgrade. This is necessaryReid Spencer
2003-09-15Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-09-06Checkin of autoconf-style object root.John Criswell
2003-04-23New testcaseChris Lattner