[PATCH] D51021: ABI-Testsuite: Force the old c++11 ABI in mangling/test.xpp

Tom Stellard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 21 12:23:05 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL340322: ABI-Testsuite: Force the old c++11 ABI in mangling/test.xpp (authored by tstellar, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D51021

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


Index: test-suite/trunk/ABI-Testsuite/test/mangling/test.xpp
===================================================================
--- test-suite/trunk/ABI-Testsuite/test/mangling/test.xpp
+++ test-suite/trunk/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>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51021.161795.patch
Type: text/x-patch
Size: 595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180821/f94ca4b2/attachment.bin>


More information about the cfe-commits mailing list