[PATCH] D23420: libcxx: Fix libcxx test on aarch64 with libunwind
Adhemerval Zanella via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 11 16:21:34 PDT 2016
zatrazz added a comment.
I tried to find why exactly libgcc has to appear before and after but I couldn't get any information from commit history. On my system (aarch64/linux) I am also getting "-lc++" "-lm" "-lgcc_s" "-lgcc" "-lpthread" "-lc" "-lgcc_s" "-lgcc".
I think we can got by the safe side and just add the final libgcc at the end for the soft-fp symbols.
https://reviews.llvm.org/D23420
More information about the cfe-commits
mailing list