Skip to content

[ARM64EC]Extra pair of quotes added to EC symbol libcall name causes linker errors #143890

Closed
@SquallATF

Description

@SquallATF

After commit 4bdcf5b, the EC symbol in libcall names related to have an extra pair of quotation marks ("), which results in undefined symbol errors during linking.
before this commit EC symble name like this

llvm-nm test.o | grep memset
         U #memset

after this commit EC symbol name like this

llvm-nm test.o | grep memset
         U #"memset"

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions