mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
All 'llvmgcc' tests should specify %llvmgcc so that the path is passed
in by qmtest. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9757 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e9660e00b0
commit
2852c4db67
@ -1,4 +1,4 @@
|
|||||||
/* RUN: llvmgcc -xc %s -c -o - | dis | not grep cast
|
/* RUN: %llvmgcc -xc %s -c -o - | dis | not grep cast
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void test(int* array, long long N) {
|
void test(int* array, long long N) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* RUN: llvmgcc -xc %s -c -o - | dis | not grep __builtin_
|
/* RUN: %llvmgcc -xc %s -c -o - | dis | not grep __builtin_
|
||||||
*
|
*
|
||||||
* __builtin_longjmp/setjmp should get transformed into llvm.setjmp/longjmp
|
* __builtin_longjmp/setjmp should get transformed into llvm.setjmp/longjmp
|
||||||
* just like explicit setjmp/longjmp calls are.
|
* just like explicit setjmp/longjmp calls are.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// RUN: llvmgcc -xc %s -c
|
// RUN: %llvmgcc -xc %s -c
|
||||||
|
|
||||||
int test(_Bool pos, _Bool color) {
|
int test(_Bool pos, _Bool color) {
|
||||||
return 0;
|
return 0;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// RUN: llvmgcc -xc %s -c -o - | llvm-dis | grep getelementptr
|
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep getelementptr
|
||||||
|
|
||||||
// This should be turned into a tasty getelementptr instruction, not a nasty
|
// This should be turned into a tasty getelementptr instruction, not a nasty
|
||||||
// series of casts and address arithmetic.
|
// series of casts and address arithmetic.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user