mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-22 13:29:44 +00:00
Accomodate front-ends which use private instead of internal here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132575 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cf714d44b8
commit
578229cada
@ -83,7 +83,7 @@ int TestCaller_countTestCases(TestCaller* self) {
|
||||
return self->numberOfFixtuers;
|
||||
}
|
||||
|
||||
// CHECK: @_ZZ14TestCaller_runP12__TestCallerP12__TestResultE3C.0 = internal unnamed_addr constant
|
||||
// CHECK: @_ZZ14TestCaller_runP12__TestCallerP12__TestResultE3C.0 = {{internal|private}} unnamed_addr constant
|
||||
// CHECK-NOT: @TestCaseImplement = external unnamed_addr constant %struct.TestImplement
|
||||
// CHECK: @TestCaseImplement = external constant %struct.TestImplement
|
||||
const TestImplement TestCallerImplement = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user