Peter Jung
Peter Jung
Actually I did again a try and facing in the following error: ``` mold: error: duplicate symbol: libgcc.a(getf2.o): getf2_s.o: __getf2 mold: error: duplicate symbol: libgcc.a(letf2.o): letf2_s.o: __letf2 ``` GCC Version...
Should be the issue reopened again after reverting the commit? So probably the issue will be present again, right ? Or is just the v3 API affected ?
Actually I did today a try with a firefox based browser i maintain and faced the same on amd64. clang 14.0.5 rust 1.61.0 latest mold commit; 8f02509ba6528354cfe6660bb56512af38a80f87 PKGBUILD can be...
Sorry did not saw this issue. After using --disable-elfhack faced Stil into issues. But I will write that in the other issue.
> FWIW, I routinely build Firefox dev branch and **103.0a1 (2022-06-14)** is running fine for me. Can also confirm that it worked with firefox 101.0.1 on x86
> Can you please test also GCC-built mold? I did built it, at arch. But in general most gcc-git builds seems for me completely broken after installation. Maybe its a...
@marxin I mean to "backport" the patches, which are implemented into the https://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/devel/mold-lto-plugin tree. Or are only the two commits from you, releated to mold ? Currently im running GCC,...
> > I mean to "backport" the patches, which are implemented into the https://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/devel/mold-lto-plugin tree. > > Or are only the two commits from you, releated to mold ? >...
I just came over this thread, and thought about giving bolt a try to optimize mold. I dont know much about this could help in the performance but could be...
I did tried to use the instrument mode from llvm-bolt, without success so far since it seems it does not call directly the "mold" binary which I used for instrumenting....