forked from OSchip/llvm-project
Accomodate front-ends which use private instead of internal here.
llvm-svn: 132575
This commit is contained in:
parent
2d45a18c24
commit
b96ea46c7c
|
@ -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…
Reference in New Issue