[PATCH] D49487: [mips] Fix Makefile for tramp3d-v4 test

Aleksandar Beserminji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 19 03:57:08 PDT 2018


abeserminji added inline comments.


================
Comment at: MultiSource/Benchmarks/tramp3d-v4/Makefile:17
 RUNTIMELIMIT := 700
+CPPFLAGS := "-mxgot"
 endif
----------------
atanasyan wrote:
> Does a linker fails without this option? Usually a linker automatically starts to create multi-GOT if a regular single GOT is overflowed. It's interesting if this option does not work in that case.
Yes it does, with this error:  additional relocation overflows omitted from the output


Repository:
  rT test-suite

https://reviews.llvm.org/D49487





More information about the llvm-commits mailing list