[PATCH] D48680: Add missing visibility annotation for __base

Peter Collingbourne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 16 11:09:06 PDT 2019


pcc added a comment.

In D48680#1587967 <https://reviews.llvm.org/D48680#1587967>, @ldionne wrote:

> @pcc In your reproducer, what is `~/l3/ra-cmake/bin/clang++`?


That's just clang built from trunk at the time that I posted my comment.

> Are you able to reproduce without `-fuse-ld=lld`? I'm trying to reproduce locally but I can't.

On which platform? On Linux lld (or gold) is needed in order to use LTO which is a requirement for CFI.


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D48680





More information about the cfe-commits mailing list