[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 03:15:23 PDT 2018
atanasyan added inline comments.
================
Comment at: MultiSource/Benchmarks/tramp3d-v4/Makefile:17
RUNTIMELIMIT := 700
+CPPFLAGS := "-mxgot"
endif
----------------
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.
Repository:
rT test-suite
https://reviews.llvm.org/D49487
More information about the llvm-commits
mailing list