[PATCH] D64827: [Xtensa 2/10] Add Xtensa ELF definitions.

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 8 05:39:44 PDT 2021


jrtc27 added inline comments.


================
Comment at: llvm/test/Object/obj2yaml.test:550
 
-# RUN: yaml2obj %s -o %t-x86-64
+# RUN: yaml2obj --docnum=1 %s -o %t-x86-64
 # RUN: obj2yaml %t-x86-64 | FileCheck %s --check-prefix ELF-X86-64
----------------
All other architectures put their input in a separate file to avoid this.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64827/new/

https://reviews.llvm.org/D64827



More information about the llvm-commits mailing list