This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-25 04:02:41 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
55b3136c52
llvm-mirror
/
test
/
CodeGen
/
ARM
/
ret0.ll
6 lines
87 B
LLVM
Raw
Normal View
History
Unescape
Escape
ARM: fixup more tests to specify the target more explicitly This changes the tests that were targeting ARM EABI to explicitly specify the environment rather than relying on the default. This breaks with the new Windows on ARM support when running the tests on Windows where the default environment is no longer EABI. Take the opportunity to avoid a pointless redirect (helps when trying to debug with providing a command line invocation which can be copy and pasted) and removing a few greps in favour of FileCheck. llvm-svn: 205541
2014-04-03 18:01:44 +02:00
; RUN: llc -mtriple=arm-eabi %s -o /dev/null
Remove llvm-upgrade. llvm-svn: 47238
2008-02-17 21:02:20 +01:00
define
i32
@test
(
)
{
ret
i32
0
ARM test cases contributed by Apple. llvm-svn: 33354
2007-01-19 10:20:23 +01:00
}
Reference in New Issue
Copy Permalink