mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-11 13:29:36 +00:00
![Mehdi Amini](/assets/img/avatar_default.png)
Requires "native" feature in most places that were failing. From: Mehdi Amini <mehdi.amini@apple.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243960 91177308-0d34-0410-b5e6-96231b3b80d8
8 lines
106 B
LLVM
8 lines
106 B
LLVM
; REQUIRES: native
|
|
; RUN: llc -O2 -print-after-all < %s 2>/dev/null
|
|
|
|
define void @tester(){
|
|
ret void
|
|
}
|
|
|