Issue 143890
Summary [ARM64EC]Extra pair of quotes added to libc EC symbols causes linker errors
Labels libc
Assignees
Reporter SquallATF
    After commit 4bdcf5b51f9ea0fa30cfa2279d0943faf5446ecf, the EC  symbol names in libc related to have an extra pair of quotation marks ("), which results in undefined symbol errors during linking.
befault 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"
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to