app-benchmarks/punybench: revert to build with GCC. |
|||
Issue descriptionThe app-benchmarks/punybench package needs to be reverted to build with GCC. The package uses the -pg flag which causes clang, by default, to generate the symbol "mcount", which the linker cannot resolve. Passing "-meabi gnu" fixes that issue by causing clang to generate "__gnu_mcount_nc" instead, but LLVM's current implementation of that is incorrect and can corrupt the stack pointer. (see https://bugs.llvm.org/show_bug.cgi?id=33845)
,
Aug 28 2017
,
Sep 25 2017
|
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, Aug 26 2017