search for: 9f6ce40a

Displaying 2 results from an estimated 2 matches for "9f6ce40a".

2020 Feb 18
2
LLD doesn't handle globals with appending linkage
...are > inherently unusable because they don't map to anything on that platform) > Actually, I experience the same problem with ELF on FreeBSD. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200218/9f6ce40a/attachment.html>
2020 Feb 18
4
LLD doesn't handle globals with appending linkage
Hello. I'm posting this question here, because there seem to be no LLD-specific mailing list. Sorry in advance if this is wrong one. I compile two C source with following command: clang -flto -o %name.bc %name.c LLVM is augmented with my custom pass, which amongst other things create a global with appending linkage: @myvar = appending constant [1 x [1 x i8]*] ... I also have another pass