Skip to content

ppc64le: Undefined temporary symbol .L_MergedGlobals #131394

@tuliom

Description

@tuliom

This has been originally reported on Fedora Linux at: https://bugzilla.redhat.com/show_bug.cgi?id=2352554
It's impacting Chromium on ppc64le.
Can only be reproduced with LLVM >= 20.

Reduced test:

__attribute__((annotate(""))) int index_;

It fails with the following error:

$ clang++ --target=powerpc64le-linux-gnu -O2 -fPIC -pthread -std=c++20 -c test.cc -o test.o
error: Undefined temporary symbol .L_MergedGlobals
1 error generated.

Metadata

Metadata

Assignees

Type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions