1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

[WebAssembly] Disable a test that violates DR1696

Summary:
lifetime2.C violates DR1696, which prevents reference members from being
initialized to temporaries, whose lifetime would end at the end of ctor.

Reviewers: sbc100

Subscribers: dschuff, sunfish, llvm-commits

Differential Revision: https://reviews.llvm.org/D49577

llvm-svn: 337512
This commit is contained in:
Heejin Ahn 2018-07-20 00:13:42 +00:00
parent 26bab249d5
commit cdb8488d8f

View File

@ -92,6 +92,7 @@ devirt-13.C # bad main signature
devirt-14.C # bad main signature
devirt-21.C # bad main signature
devirt-23.C # bad main signature
lifetime2.C # violates C++ DR1696
# Untriaged C++ failures
spec5.C