Optimizer may remove debug info. This test checks debug info for include headers.

llvm-svn: 84025
This commit is contained in:
Devang Patel 2009-10-13 20:56:38 +00:00
parent 3b51560ae4
commit 39a029d8a3
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
// RUN: %llvmgcc %s -g -S -o - | llvm-as | opt -std-compile-opts | \
// RUN: llvm-dis | grep {test/FrontendC}
// RUN: %llvmgcc %s -g -S -o - | grep {test/FrontendC}
// PR676
// XFAIL: *
#include <stdio.h>