mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-23 22:23:00 +00:00
test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.
%llvmshlibdir should be 'bin' on Cygming. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120282 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
; Test that bugpoint can narrow down the testcase to the important function
|
||||
; FIXME: This likely fails on windows
|
||||
;
|
||||
; RUN: bugpoint -load %llvmlibsdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
|
||||
; XFAIL: mingw
|
||||
; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
|
||||
; REQUIRES: loadable_module
|
||||
|
||||
define i32 @foo() { ret i32 1 }
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
; RUN: bugpoint -load %llvmlibsdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
|
||||
; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
|
||||
; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
|
||||
; XFAIL: mingw
|
||||
; REQUIRES: loadable_module
|
||||
|
||||
; Bugpoint should keep the call's metadata attached to the call.
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
; FIXME: This likely fails on windows
|
||||
; RUN: bugpoint -load %llvmlibsdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes
|
||||
; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes
|
||||
; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
|
||||
; XFAIL: mingw
|
||||
; REQUIRES: loadable_module
|
||||
|
||||
; Test to make sure that arguments are removed from the function if they are
|
||||
; unnecessary. And clean up any types that that frees up too.
|
||||
|
||||
Reference in New Issue
Block a user