forked from OSchip/llvm-project
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
This commit is contained in:
parent
4c0d9adecb
commit
531cd4b278
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue