diff options
| author | Eric Christopher <echristo@gmail.com> | 2013-08-30 00:52:06 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2013-08-30 00:52:06 +0000 |
| commit | 531cd4b278f98bca83554311161d3c2107bb1264 (patch) | |
| tree | 6a3f90705166749c09d1c5f51319e79a8b99dacc | |
| parent | 4c0d9adecbc06af68d841c099ca8d4dbdf468caa (diff) | |
| download | bcm5719-llvm-531cd4b278f98bca83554311161d3c2107bb1264.tar.gz bcm5719-llvm-531cd4b278f98bca83554311161d3c2107bb1264.zip | |
Pass the special backend option to this test for now to get it passing
again.
This test should a) test IR or be moved, and b) get an actual option
for the dwarf pub sections.
llvm-svn: 189633
| -rw-r--r-- | clang/test/CodeGenCXX/debug-info-pubtypes.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-pubtypes.cpp b/clang/test/CodeGenCXX/debug-info-pubtypes.cpp index 6ca3da8674f..6393cddeef6 100644 --- a/clang/test/CodeGenCXX/debug-info-pubtypes.cpp +++ b/clang/test/CodeGenCXX/debug-info-pubtypes.cpp @@ -1,6 +1,5 @@ // REQUIRES: x86-64-registered-target -// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -g -fno-limit-debug-info -S %s -o %t -// RUN: FileCheck %s < %t +// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -g -fno-limit-debug-info -S -mllvm -generate-dwarf-pub-sections=Enable %s -o - | FileCheck %s // FIXME: This testcase shouldn't rely on assembly emission. //CHECK: Lpubtypes_begin[[SECNUM:[0-9]:]] @@ -10,7 +9,7 @@ class G { public: - void foo(); + void foo(); }; void G::foo() { |

