From 578229cada7e45835600989a3576cac0f6bdc169 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 3 Jun 2011 19:21:05 +0000 Subject: [PATCH] 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 --- test/FrontendC++/unnamed-addr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/FrontendC++/unnamed-addr.cpp b/test/FrontendC++/unnamed-addr.cpp index 2f7598ff276..f8e936ee40f 100644 --- a/test/FrontendC++/unnamed-addr.cpp +++ b/test/FrontendC++/unnamed-addr.cpp @@ -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 = { -- 2.34.1