summaryrefslogtreecommitdiff
path: root/test/Feature/load_module.ll
Commit message (Expand)AuthorAge
* Remove "lto_on_osx" xfails, now that -rdynamic works on Darwin.Bob Wilson2013-08-04
* Temporarily xfail a test that breaks on OS X when building with LTO.Bob Wilson2013-08-01
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02
* test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.NAKAMURA Takumi2010-11-29
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Simplify this test and correct redirection for Tcl exec.Reid Spencer2007-04-14
* The hello pass actually requires a function to chew on!Reid Spencer2007-04-12
* The "Hello" message is written on stderr so make sure it is duplicated toReid Spencer2007-04-11
* Add a test case for PR1318.Reid Spencer2007-04-11