tstellar created this revision.
tstellar added a reviewer: Sunil_Srivastava.

The check lines for this test assume the old c++11 ABI.

This resolved PR33132.


Repository:
  rT test-suite

https://reviews.llvm.org/D51021

Files:
  ABI-Testsuite/test/mangling/test.xpp


Index: ABI-Testsuite/test/mangling/test.xpp
===================================================================
--- ABI-Testsuite/test/mangling/test.xpp
+++ ABI-Testsuite/test/mangling/test.xpp
@@ -1,6 +1,6 @@
 // This file is distributed under the University of Illinois Open Source 
License.
 // See LICENSE.TXT for details.
-// RUN: cxx_compiler cxx_11 -c %s -o %t.o
+// RUN: cxx_compiler cxx_11 -D_GLIBCXX_USE_CXX11_ABI=0 -c %s -o %t.o
 // RUN: bindump %t.o | FileCheck -allow-deprecated-dag-overlap prefixes %s
 
 #include <cstddef>


Index: ABI-Testsuite/test/mangling/test.xpp
===================================================================
--- ABI-Testsuite/test/mangling/test.xpp
+++ ABI-Testsuite/test/mangling/test.xpp
@@ -1,6 +1,6 @@
 // This file is distributed under the University of Illinois Open Source License.
 // See LICENSE.TXT for details.
-// RUN: cxx_compiler cxx_11 -c %s -o %t.o
+// RUN: cxx_compiler cxx_11 -D_GLIBCXX_USE_CXX11_ABI=0 -c %s -o %t.o
 // RUN: bindump %t.o | FileCheck -allow-deprecated-dag-overlap prefixes %s
 
 #include <cstddef>
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to