You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.179
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
This commit is contained in:
parent
d6bde52373
commit
8625704ad8
13
external/llvm/test/BugPoint/crash-narrowfunctiontest.ll
vendored
Normal file
13
external/llvm/test/BugPoint/crash-narrowfunctiontest.ll
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
; Test that bugpoint can narrow down the testcase to the important function
|
||||
;
|
||||
; 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 }
|
||||
|
||||
define i32 @test() {
|
||||
call i32 @test()
|
||||
ret i32 %1
|
||||
}
|
||||
|
||||
define i32 @bar() { ret i32 2 }
|
Reference in New Issue
Block a user