summaryrefslogtreecommitdiffstats
path: root/llvm/test/BugPoint/crash-narrowfunctiontest.ll
Commit message (Collapse)AuthorAgeFilesLines
* [bugpoint] Avoid noisy errors by passing a valid opt to testsVedant Kumar2018-02-091-1/+1
| | | | | | | If the tests don't use the in-tree opt, we're liable to see some silly error messages due to the version mismatch (missing flags, etc). llvm-svn: 324703
* 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
* Fix unexpected passes. These test do work with LTO on linux. I tested bothRafael Espindola2012-10-261-1/+1
| | | | | | a cmake and an autoconf build. llvm-svn: 166748
* Mark bugpoint tests with XFAIL when building with LTO. <rdar://problem/12473675>Bob Wilson2012-10-181-0/+1
| | | | | | | | The LTO Internalize pass is hiding symbols needed by the bugpoint-passes plug-in. We need to add a flag to control whether Internalize should be run. This is a temporary workaround to make these tests pass in the meantime. llvm-svn: 166239
* test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.NAKAMURA Takumi2010-11-291-3/+2
| | | | | | %llvmshlibdir should be 'bin' on Cygming. llvm-svn: 120282
* XFAIL for mingw that has no plugins.Rafael Espindola2010-08-091-0/+1
| | | | llvm-svn: 110574
* Use %shlibext instead of .soRafael Espindola2010-08-081-1/+1
| | | | llvm-svn: 110529
* Move the bugpoint test passes to a plugin in preparation for having bugpointRafael Espindola2010-08-071-1/+2
| | | | | | use opt. llvm-svn: 110520
* Use -output-prefix in bugpoint tests so that outputs go in temp directory (andDaniel Dunbar2009-09-071-1/+1
| | | | | | we don't race on them). llvm-svn: 81155
* Pass -silence-passes to bugpoint in testcases, this makes two out of three ↵Matthijs Kooijman2008-06-121-1/+1
| | | | | | bugpoint testcases work again. llvm-svn: 52236
* Don't upgrade these.Reid Spencer2007-03-191-8/+6
| | | | llvm-svn: 35166
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+14
llvm-svn: 33296
OpenPOWER on IntegriCloud