Closed
Description
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"