mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
This should have been a C++ testcase.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132504 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6edf90b8a7
commit
76dd0de6d5
@ -1,5 +1,6 @@
|
||||
// RUN: %llvmgcc -S %s -o - | FileCheck %s
|
||||
// RUN: %llvmgxx -S %s -o - | FileCheck %s
|
||||
// <rdar://problem/9402870>
|
||||
extern "C" {
|
||||
typedef struct __TestResult TestResult;
|
||||
typedef struct __TestResult* TestResultRef;
|
||||
|
||||
@ -57,6 +58,7 @@ struct __TestCaller {
|
||||
};
|
||||
|
||||
extern const TestImplement TestCallerImplement;
|
||||
}
|
||||
|
||||
void PassToFunction(const TestImplement*);
|
||||
|
||||
@ -81,7 +83,7 @@ int TestCaller_countTestCases(TestCaller* self) {
|
||||
return self->numberOfFixtuers;
|
||||
}
|
||||
|
||||
// CHECK: @C.0.1526 = internal unnamed_addr constant
|
||||
// CHECK: @_ZZ14TestCaller_runP12__TestCallerP12__TestResultE3C.0 = internal unnamed_addr constant
|
||||
// CHECK-NOT: @TestCaseImplement = external unnamed_addr constant %struct.TestImplement
|
||||
// CHECK: @TestCaseImplement = external constant %struct.TestImplement
|
||||
const TestImplement TestCallerImplement = {
|
Loading…
Reference in New Issue
Block a user