summaryrefslogtreecommitdiff
path: root/test/Linker/redefinition.ll
AgeCommit message (Expand)Author
2014-10-31Unify and update link-messages.ll and redefinition.ll. NFC.Rafael Espindola
2013-04-09Rewrite test/Linker tests to use FileCheck instead of grep.Eli Bendersky
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2009-08-25Remove obsolete -f flags.Dan Gohman
2008-07-14Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixesChris Lattner
2008-06-20Fix an error handling redefinition of linkonce functions where theChris Lattner
2007-12-11Use not instead of ignore when an exit status is expected to alwaysDan Gohman
2007-04-15For PR1319: Upgrade to new test harnessReid Spencer
2007-02-05For PR411:Reid Spencer