forked from OSchip/llvm-project
[AVR] Mark a failing symbolizer test as XFAIL
llvm-svn: 309512
This commit is contained in:
parent
11148120d0
commit
9c626282da
|
@ -1,6 +1,9 @@
|
|||
// REQUIRES: x86_64-linux
|
||||
// RUN: %host_cc -O0 -g %s -o %t 2>&1
|
||||
// RUN: %t 2>&1 | llvm-symbolizer -print-source-context-lines=5 -obj=%t | FileCheck %s
|
||||
//
|
||||
// See PR31870 for more details on the XFAIL
|
||||
// XFAIL: avr
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue