[llvm] r280822 - [codeview] Add new directives to record inlined call site line info

Ulrich Weigand via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 04:39:55 PDT 2016


>Added:
>    llvm/trunk/test/MC/COFF/cv-errors.s

This is failing on SystemZ, because our assembler doesn't
support an instruction called "nop":

>+.cv_loc 0 1 1 1 # t.cpp:1:1
>+nop
>+.cv_loc 1 1 1 1 # t.cpp:1:1
>+nop

Does this test need a triple?

Bye,
Ulrich
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160908/4341a409/attachment.html>


More information about the llvm-commits mailing list