[libcxx-commits] [PATCH] D151160: [libcxxabi] link abort_message into unittest_demangle
Nick Desaulniers via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 25 14:26:55 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbad1a6943257: [libcxxabi] link abort_message into unittest_demangle (authored by nickdesaulniers).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151160/new/
https://reviews.llvm.org/D151160
Files:
libcxxabi/test/unittest_demangle.pass.cpp
Index: libcxxabi/test/unittest_demangle.pass.cpp
===================================================================
--- libcxxabi/test/unittest_demangle.pass.cpp
+++ libcxxabi/test/unittest_demangle.pass.cpp
@@ -9,6 +9,7 @@
// UNSUPPORTED: c++03
#include "../src/cxa_demangle.cpp"
+#include "../src/abort_message.cpp"
using namespace __cxxabiv1;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151160.525811.patch
Type: text/x-patch
Size: 356 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230525/6d139fea/attachment.bin>
More information about the libcxx-commits
mailing list