[PATCH] D36138: [ELF] - Don't segfault when accessing location counter inside MEMORY command.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 16 16:11:58 PDT 2017
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: test/ELF/linkerscript/memory-err.s:1
+# REQUIRES: x86
+# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
----------------
Rename memory-error.s (you don't need to save two characters in filename.)
https://reviews.llvm.org/D36138
More information about the llvm-commits
mailing list