r213210 - Stuff
David Blaikie
dblaikie at gmail.com
Wed Jul 16 16:25:38 PDT 2014
Author: dblaikie
Date: Wed Jul 16 18:25:37 2014
New Revision: 213210
URL: http://llvm.org/viewvc/llvm-project?rev=213210&view=rev
Log:
Stuff
Modified:
cfe/trunk/test/CodeGenCXX/debug-info-class-limited.cpp
Modified: cfe/trunk/test/CodeGenCXX/debug-info-class-limited.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-class-limited.cpp?rev=213210&r1=213209&r2=213210&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-class-limited.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-class-limited.cpp Wed Jul 16 18:25:37 2014
@@ -1,4 +1,5 @@
-// RUN: %clang -emit-llvm -fno-standalone-debug -g -S %s -o - | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm -fno-standalone-debug -g -o - %s | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm -fno-standalone-debug -g -o - -load %llvmshlibdir/PrintFunctionNames%pluginext %s 2>&1 | FileCheck %s
namespace PR16214_1 {
// CHECK-DAG: [ DW_TAG_structure_type ] [foo] [line [[@LINE+1]], {{.*}} [def]
More information about the cfe-commits
mailing list