Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the default triple optional by allowing an empty string | Mehdi Amini | 2015-09-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | When building LLVM as a (potentially dynamic) library that can be linked against by multiple compilers, the default triple is not really meaningful. We allow to explicitely set it to an empty string when configuring LLVM. In this case, said "target independent" tests in the test suite that are using the default triple are disabled by matching the newly available feature "default_triple". Reviewers: probinson, echristo Differential Revision: http://reviews.llvm.org/D12660 From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 247775 | ||||
* | Fix typo in comment | Tobias Grosser | 2015-07-26 | 1 | -2/+2 |
| | | | | llvm-svn: 243244 | ||||
* | Remove "lto_on_osx" xfails, now that -rdynamic works on Darwin. | Bob Wilson | 2013-08-04 | 1 | -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 both | Rafael Espindola | 2012-10-26 | 1 | -1/+1 |
| | | | | | | a cmake and an autoconf build. llvm-svn: 166748 | ||||
* | Mark bugpoint tests with XFAIL when building with LTO. <rdar://problem/12473675> | Bob Wilson | 2012-10-18 | 1 | -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 Takumi | 2010-11-29 | 1 | -3/+2 |
| | | | | | | %llvmshlibdir should be 'bin' on Cygming. llvm-svn: 120282 | ||||
* | XFAIL for mingw that has no plugins. | Rafael Espindola | 2010-08-09 | 1 | -0/+1 |
| | | | | llvm-svn: 110574 | ||||
* | Use %shlibext instead of .so | Rafael Espindola | 2010-08-08 | 1 | -1/+1 |
| | | | | llvm-svn: 110529 | ||||
* | Move the bugpoint test passes to a plugin in preparation for having bugpoint | Rafael Espindola | 2010-08-07 | 1 | -1/+2 |
| | | | | | | use opt. llvm-svn: 110520 | ||||
* | Fix this test to work under lit. | Dan Gohman | 2010-06-07 | 1 | -1/+1 |
| | | | | llvm-svn: 105553 | ||||
* | Run dead type elimination after dead argument elimination. | Dan Gohman | 2010-06-07 | 1 | -2/+6 |
| | | | | llvm-svn: 105552 | ||||
* | Make bugpoint dead-argument-hacking actually work, and actually test it. | Dan Gohman | 2010-06-07 | 1 | -0/+2 |
| | | | | llvm-svn: 105551 | ||||
* | Use -output-prefix in bugpoint tests so that outputs go in temp directory (and | Daniel Dunbar | 2009-09-07 | 1 | -1/+1 |
| | | | | | | we don't race on them). llvm-svn: 81155 | ||||
* | Re-commit r67334 and r67349 with fix. | Evan Cheng | 2009-03-21 | 1 | -1/+1 |
| | | | | llvm-svn: 67451 | ||||
* | Revert r67334 and r37349 which break "make check" on Linux. | Nick Lewycky | 2009-03-20 | 1 | -1/+1 |
| | | | | llvm-svn: 67368 | ||||
* | More makefile changes to allow dejagnu tests to pass when system tools ↵ | Evan Cheng | 2009-03-19 | 1 | -1/+1 |
| | | | | | | default to a different target from the llvm configuration (e.g. 64-bit gcc and 32-bit llvm). llvm-svn: 67334 | ||||
* | Pass -silence-passes to bugpoint in testcases, this makes two out of three ↵ | Matthijs Kooijman | 2008-06-12 | 1 | -1/+1 |
| | | | | | | bugpoint testcases work again. llvm-svn: 52236 | ||||
* | Don't upgrade these. | Reid Spencer | 2007-03-19 | 1 | -7/+8 |
| | | | | llvm-svn: 35166 | ||||
* | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 1 | -0/+10 |
llvm-svn: 33296 |