[PATCH] D40365: [ELF] Rename .bss.rel.ro to .data.rel.ro.bss for some Linker Scripts.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 23 22:24:06 PST 2017
grimar added inline comments.
================
Comment at: test/ELF/relro-script.s:19
+// RUN: ld.lld %t3.o %t.so -o %t --script=%t.script --print-map | FileCheck %s
+// REQUIRES: x86
+
----------------
nit: Can you put REQURES at first line of test ?
https://reviews.llvm.org/D40365
More information about the llvm-commits
mailing list