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

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 19 04:12:43 PDT 2018


atanasyan added inline comments.


================
Comment at: MultiSource/Benchmarks/tramp3d-v4/Makefile:17
 RUNTIMELIMIT := 700
+CPPFLAGS := "-mxgot"
 endif
----------------
abeserminji wrote:
> 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
Interesting. What options do you use to build the test case: 32/64 static/dynamic etc?


Repository:
  rT test-suite

https://reviews.llvm.org/D49487





More information about the llvm-commits mailing list