1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

[AVR] Mark a failing symbolizer test as XFAIL

llvm-svn: 309512
This commit is contained in:
Dylan McKay 2017-07-30 14:55:11 +00:00
parent d0acca43da
commit a28f9e8283

View File

@ -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>