[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 11148120d0
commit 9c626282da
1 changed files with 3 additions and 0 deletions

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>