summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature/load_module.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Bugpoint] Only run plugins tests if plugins are enabledPetr Hosek2019-05-171-1/+1
| | | | | | | | This is a followup to r360991 which applies the same logic to LLVM. Differential Revision: https://reviews.llvm.org/D62050 llvm-svn: 360993
* Remove "lto_on_osx" xfails, now that -rdynamic works on Darwin.Bob Wilson2013-08-041-1/+0
| | | | | | | Note that this will require a recent version of the linker for Darwin builds with LTO to pass these tests. llvm-svn: 187711
* Temporarily xfail a test that breaks on OS X when building with LTO.Bob Wilson2013-08-011-0/+1
| | | | | | | | This is another case where internalize hides a symbol that is needed by a loadable module. I am currently investigating a proper fix but this patch will get our buildbot to pass in the meantime. <rdar://problem/14578094> llvm-svn: 187601
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-021-1/+1
| | | | | | | | | | versions of Bash. In addition, I can back out the change to the lit built-in shell test runner to support this. This should fix the majority of fallout on Darwin, but I suspect there will be a few straggling issues. llvm-svn: 159544
* test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.NAKAMURA Takumi2010-11-291-1/+3
| | | | | | %llvmshlibdir should be 'bin' on Cygming. llvm-svn: 120282
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
| | | | | | | | input filename so that opt doesn't print the input filename in the output so that grep lines in the tests don't unintentionally match strings in the input filename. llvm-svn: 81537
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-2/+2
| | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226
* Simplify this test and correct redirection for Tcl exec.Reid Spencer2007-04-141-3/+2
| | | | llvm-svn: 36001
* The hello pass actually requires a function to chew on!Reid Spencer2007-04-121-0/+5
| | | | llvm-svn: 35937
* The "Hello" message is written on stderr so make sure it is duplicated toReid Spencer2007-04-111-1/+1
| | | | | | stdout so the grep can match it. llvm-svn: 35925
* Add a test case for PR1318.Reid Spencer2007-04-111-0/+6
llvm-svn: 35923
OpenPOWER on IntegriCloud