[PATCH] D126189: [C++20][Modules] Build module static initializers per P1874R1.

Jonas Devlieghere via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 11 10:47:42 PDT 2022


JDevlieghere added a comment.

In D126189#3642820 <https://reviews.llvm.org/D126189#3642820>, @iains wrote:

> JFTR, I did not get any notification from green dragon (which is odd, AFAIR it's sent email before) or I would have looked right away  - kicked off a build will take a look as soon as that's done.

Yes, the bot was already red because of a different issue.

FWIW I tried reverting ac507102d258b6fc0cb57eb60c9dfabd57ff562f <https://reviews.llvm.org/rGac507102d258b6fc0cb57eb60c9dfabd57ff562f> and 4328b960176f4394416093e640ad4265bde65ad7 <https://reviews.llvm.org/rG4328b960176f4394416093e640ad4265bde65ad7> locally and I'm still getting a linker error about missing symbols:

  Undefined symbols for architecture arm64:
    "vtable for std::__1::format_error", referenced from:
        std::__1::format_error::format_error(char const*) in main.o
        std::__1::format_error::format_error(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in main.o


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126189



More information about the cfe-commits mailing list