[Lldb-commits] [PATCH] D130689: [LLVM] Update C++ standard to 17
Tobias Hieta via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Aug 7 23:04:41 PDT 2022
thieta added a comment.
In D130689#3705474 <https://reviews.llvm.org/D130689#3705474>, @dyung wrote:
> We are seeing an additional failure on an internal linux bot due to the change to using C++17 by default when using GNU ld:
> ...
> Switching between BFD ld and gold still fails (although gold fails for a slightly different reason). Superficially it seems that switching to C++17 for some reason might be causing the compiler to emit debug info that these older non-lld linkers cannot understand for some reason?
Filed this issue here: https://github.com/llvm/llvm-project/issues/56994
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130689/new/
https://reviews.llvm.org/D130689
More information about the lldb-commits
mailing list