summaryrefslogtreecommitdiff
path: root/test/FrontendC++
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-06-03 19:21:05 +0000
committerBill Wendling <isanbard@gmail.com>2011-06-03 19:21:05 +0000
commit578229cada7e45835600989a3576cac0f6bdc169 (patch)
tree80866a5ea2ee281397a60648ab0a5ec4115dfd8d /test/FrontendC++
parentcf714d44b89864cf92d9c73508154457d0c65d9c (diff)
downloadllvm-578229cada7e45835600989a3576cac0f6bdc169.tar.gz
llvm-578229cada7e45835600989a3576cac0f6bdc169.tar.bz2
llvm-578229cada7e45835600989a3576cac0f6bdc169.tar.xz
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
Diffstat (limited to 'test/FrontendC++')
-rw-r--r--test/FrontendC++/unnamed-addr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC++/unnamed-addr.cpp b/test/FrontendC++/unnamed-addr.cpp
index 2f7598ff27..f8e936ee40 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 = {