[libc-commits] [PATCH] D119242: [libc] undefined reference in LibcTest.cpp

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Feb 8 06:55:31 PST 2022


gchatelet created this revision.
gchatelet added a reviewer: sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added a project: libc-project.
gchatelet requested review of this revision.

GCC complains about undefined reference in LibcTest.cpp and indeed the wrong version of the template has been explicitly instanciated.
This is necessary to get llvm-libc compile with GCC.

Mentionning D119002 <https://reviews.llvm.org/D119002> here for navigability.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119242

Files:
  libc/utils/UnitTest/LibcTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119242.406806.patch
Type: text/x-patch
Size: 6953 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220208/f545252f/attachment.bin>


More information about the libc-commits mailing list