[PATCH] D26130: [ELF] - Implemented --symbol-ordering-file option.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 7 07:05:51 PST 2016
>Actually, the patch in PR28018 fixes a stratup crash too.
>
>Cheers,
>Rafael
After applying patch, it was not crash for me, it could not find dependency:
XPCOMGlueLoad error for file /home/umb/firefox/clean/mozilla-central/obj-x86_64-pc-linux-gnu/dist/bin/libxul.so:
/home/umb/firefox/clean/mozilla-central/obj-x86_64-pc-linux-gnu/dist/bin/libxul.so: undefined symbol: gtk_main_do_event
Couldn't load XPCOM.
I think that is different one issue with firefox configuration system.
As I mentioned in D26130 thread review page, they had similar issues already previously: https://bugzilla.mozilla.org/show_bug.cgi?id=1080654, https://bugzilla.mozilla.org/show_bug.cgi?id=1063359
George.
More information about the llvm-commits
mailing list