[PATCH] D49487: [mips] Fix Makefile for tramp3d-v4 test
Aleksandar Beserminji via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 18 08:08:55 PDT 2018
abeserminji created this revision.
abeserminji added reviewers: atanasyan, petarj, mstojanovic.
Herald added subscribers: arichardson, sdardis.
Add -mxgot to CPP flags, because for this test, GOT grows larger than 64k.
Repository:
rT test-suite
https://reviews.llvm.org/D49487
Files:
MultiSource/Benchmarks/tramp3d-v4/Makefile
Index: MultiSource/Benchmarks/tramp3d-v4/Makefile
===================================================================
--- MultiSource/Benchmarks/tramp3d-v4/Makefile
+++ MultiSource/Benchmarks/tramp3d-v4/Makefile
@@ -14,6 +14,7 @@
# Mips needs a bit more compilation time when Mips64r6 and MSA are used
# together.
RUNTIMELIMIT := 700
+CPPFLAGS := "-mxgot"
endif
include ../../Makefile.multisrc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49487.156072.patch
Type: text/x-patch
Size: 401 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180718/1576408c/attachment.bin>
More information about the llvm-commits
mailing list