summaryrefslogtreecommitdiff
path: root/test/Linker/weakextern.ll
AgeCommit message (Expand)Author
2015-12-07Link declaration lazily.Rafael Espindola
2015-12-03Simplify test. NFC.Rafael Espindola
2014-11-24Pass the .ll files to llvm-link directly. NFC.Rafael 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-08-25Remove obsolete -f flags.Dan Gohman
2008-03-10Remove llvm-upgrade and update tests.Tanya Lattner
2007-04-15For PR1319: Upgrade to new test harnessReid Spencer
2007-01-05Global variables are not renamed by llvm-upgrade any more.Reid Spencer
2007-01-03Update test cases that grepped for register names that have now changedReid Spencer
2007-01-02For PR1070:Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-19Make sure linker output is overwritten so this test can pass multiple times.Reid Spencer
2006-12-15extern_weak link testAndrew Lenharth