diff options
author | David Blaikie <dblaikie@gmail.com> | 2014-07-16 23:26:17 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2014-07-16 23:26:17 +0000 |
commit | 13690037ffcacb740172f1013f1df0e02b62d350 (patch) | |
tree | b1e829eff9f36229e927f2cac8c1f16172f172ae | |
parent | 204f2e500a4fd3dd0f951e72d58013dda0cf999b (diff) | |
download | bcm5719-llvm-13690037ffcacb740172f1013f1df0e02b62d350.tar.gz bcm5719-llvm-13690037ffcacb740172f1013f1df0e02b62d350.zip |
Revert "Stuff"
This reverts commit r213210.
Accidental commit.
llvm-svn: 213212
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-class-limited.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-class-limited.cpp b/clang/test/CodeGenCXX/debug-info-class-limited.cpp index 82b2fecfd3f..92326f7b539 100644 --- a/clang/test/CodeGenCXX/debug-info-class-limited.cpp +++ b/clang/test/CodeGenCXX/debug-info-class-limited.cpp @@ -1,5 +1,4 @@ -// 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 +// RUN: %clang -emit-llvm -fno-standalone-debug -g -S %s -o - | FileCheck %s // CHECK-DAG: [ DW_TAG_structure_type ] [PR16214] [line [[@LINE+1]], {{.*}} [def] struct PR16214 { |