[llvm-commits] [llvm] r84025 - /llvm/trunk/test/FrontendC/2006-01-13-Includes.c
Devang Patel
dpatel at apple.com
Tue Oct 13 13:56:38 PDT 2009
Author: dpatel
Date: Tue Oct 13 15:56:38 2009
New Revision: 84025
URL: http://llvm.org/viewvc/llvm-project?rev=84025&view=rev
Log:
Optimizer may remove debug info. This test checks debug info for include headers.
Modified:
llvm/trunk/test/FrontendC/2006-01-13-Includes.c
Modified: llvm/trunk/test/FrontendC/2006-01-13-Includes.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2006-01-13-Includes.c?rev=84025&r1=84024&r2=84025&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2006-01-13-Includes.c (original)
+++ llvm/trunk/test/FrontendC/2006-01-13-Includes.c Tue Oct 13 15:56:38 2009
@@ -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>
More information about the llvm-commits
mailing list