mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Don't barf on 32 bit platforms if llvm-gcc is
not built with 64 bit support. Since this test passes without -m64 on x86-32-linux, just remove the -m64. llvm-svn: 57462
This commit is contained in:
parent
de99d94c58
commit
a119167d74
@ -1,4 +1,4 @@
|
||||
/* RUN: %llvmgcc %s -m64 -S -o - -emit-llvm -O0 | grep {zeroinitializer.*zeroinitializer.*zeroinitializer.*zeroinitializer.*zeroinitializer.*zeroinitializer}
|
||||
/* RUN: %llvmgcc %s -S -o - -emit-llvm -O0 | grep {zeroinitializer.*zeroinitializer.*zeroinitializer.*zeroinitializer.*zeroinitializer.*zeroinitializer}
|
||||
|
||||
The FE must generate padding here both at the end of each PyG_Head and
|
||||
between array elements. Reduced from Python. */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* RUN: %llvmgcc %s -m64 -S -o - -emit-llvm -O0 | grep zeroinitializer | count 1
|
||||
/* RUN: %llvmgcc %s -S -o - -emit-llvm -O0 | grep zeroinitializer | count 1
|
||||
|
||||
The FE must not generate padding here between array elements. PR 2533. */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user