[all-commits] [llvm/llvm-project] db367f: [LLD][PowerPC][test] Fix out-of-memory issue runni...
Victor Huang via All-commits
all-commits at lists.llvm.org
Thu Sep 3 07:09:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: db367ff2d8d038f61d09521d5e6a293528df3d54
https://github.com/llvm/llvm-project/commit/db367ff2d8d038f61d09521d5e6a293528df3d54
Author: Victor Huang <wei.huang at ibm.com>
Date: 2020-09-03 (Thu, 03 Sep 2020)
Changed paths:
M lld/test/ELF/ppc64-pcrel-long-branch-error.s
Log Message:
-----------
[LLD][PowerPC][test] Fix out-of-memory issue running ppc64-pcrel-long-branch-error.s
Following 97febb1, fix the out-of-memory error associated with buffering the output
in-memory by writing to an allocated file with the minimum offset and running it
on ppc system-linux only.
Peer reviewed by: nemanjai
More information about the All-commits
mailing list