mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 00:11:00 +00:00
Fix PR numbers, I accidentally switched two digits.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52311 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ad205a7687
commit
d38a89287d
@ -1,6 +1,6 @@
|
||||
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
|
||||
// XFAIL: *
|
||||
// See PR2425
|
||||
// See PR2452
|
||||
|
||||
struct {
|
||||
int *name;
|
||||
|
@ -1,6 +1,6 @@
|
||||
// RUN: %llvmgcc -xc %s -w -c -o - | llc
|
||||
// XFAIL: *
|
||||
// See PR2425
|
||||
// See PR2452
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
// RUN: %llvmgcc %s -S -o /dev/null
|
||||
// PR910
|
||||
// XFAIL: *
|
||||
// See PR2425
|
||||
// See PR2452
|
||||
|
||||
struct l_struct_2E_FILE { char x; };
|
||||
unsigned fwrite(signed char *, unsigned , unsigned , signed char *);
|
||||
|
@ -1,7 +1,7 @@
|
||||
// RUN: %llvmgcc -xc -Os -c %s -o /dev/null
|
||||
// PR1641
|
||||
// XFAIL: *
|
||||
// See PR2425
|
||||
// See PR2452
|
||||
|
||||
struct A {
|
||||
unsigned long l;
|
||||
|
@ -1,6 +1,6 @@
|
||||
// RUN: %llvmgcc %s -S -o -
|
||||
// XFAIL: *
|
||||
// See PR2425
|
||||
// See PR2452
|
||||
|
||||
#pragma pack(push, 2)
|
||||
struct H {
|
||||
|
Loading…
Reference in New Issue
Block a user