[PATCH] D15775: Add debugger rendezvous DT_DEBUG .dynamic entry
Ed Maste via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 26 11:26:09 PST 2015
emaste added inline comments.
================
Comment at: test/ELF/dt_tags.s:1
@@ +1,2 @@
+# REQUIRES: x86
+
----------------
davide wrote:
> Is this really required now?
I think it is, based on the -triple below, but I'm not an expert in the way the tests are set up. Most other tests have it, or e.g. REQUIRES: x86,ppc for tests that use both x86 & ppc triples.
http://reviews.llvm.org/D15775
More information about the llvm-commits
mailing list