forked from OSchip/llvm-project
These tests are now xfailed for llvmgcc4. This is PR735, unlikely to be
resolved before 1.7 :( llvm-svn: 27666
This commit is contained in:
parent
c8be43885e
commit
d76ecc9678
|
@ -1,5 +1,8 @@
|
|||
// RUN: %llvmgcc %s -S -g -o - | grep 'llvm.dbg.stoppoint.*uint 14'
|
||||
// PR664: ensure that line #'s are emitted for declarations
|
||||
|
||||
// XFAIL: llvmgcc4
|
||||
|
||||
short test(short br_data_0,
|
||||
short br_data_1,
|
||||
short br_data_2,
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// RUN: %llvmgcc %s -g -S -o - | gccas | llvm-dis | grep "test/Regression/CFrontend"
|
||||
// XFAIL: llvmgcc4
|
||||
// PR676
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in New Issue