mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Fix test case. Now, llvm-gcc emits debug info for artificiaal variable _comp_ctor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66963 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d52ec65b6d
commit
7ac01d954f
@ -1,8 +1,4 @@
|
||||
// RUN: %llvmgcc -S -g --emit-llvm %s -o - | grep "\~A"
|
||||
// RUN: %llvmgcc -S -g --emit-llvm %s -o - | not grep comp_ctor
|
||||
// RUN: %llvmgcc -S -g --emit-llvm %s -o - | not grep comp_dtor
|
||||
// FIXME: This is failing on Darwin because of either r66861 or r66859.
|
||||
// XFAIL: darwin
|
||||
class A {
|
||||
int i;
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user