[PATCH] D11188: [LLD] New ELF implementation
Rafael Ávila de Espíndola
rafael.espindola at gmail.com
Wed Jul 22 07:29:45 PDT 2015
rafael added a comment.
I am currently rebasing this on trunk.
================
Comment at: test/elfv2/basic.test:1
@@ +1,2 @@
+# RUN: yaml2obj -format elf %s -o %t
+# RUN: lld -flavor gnu2 %t -e _start -o %t2
----------------
Rename the directory to elf2
You can test this with llvm-mc. Please don't use yaml2obj when it is not needed.
http://reviews.llvm.org/D11188
More information about the llvm-commits
mailing list