[libcxx-commits] [PATCH] D66970: [libc++] Explicitly provide a list of exported symbols for libc++

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 30 12:05:02 PDT 2019


ldionne updated this revision to Diff 218148.
ldionne added a comment.

Use some wildcards to make the list work in 32 bit mode, where ptrdiff_t is
int instead of long


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66970/new/

https://reviews.llvm.org/D66970

Files:
  libcxx/lib/libc++.exp
  libcxx/lib/libc++unexp.exp
  libcxx/src/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66970.218148.patch
Type: text/x-patch
Size: 106252 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190830/b6b92124/attachment-0001.bin>


More information about the libcxx-commits mailing list