[mips][mips64r6] jalx is not available on MIPS32r6/MIPS64r6
[oota-llvm.git] / test / Object / yaml2obj-readobj.test
index 3031f5ed31bc37ea2b7fdef57529abd92fd27992..3bd0c6b0269a75fc55e8c9e1d9d68398c3253832 100644 (file)
@@ -1,4 +1,7 @@
 RUN: yaml2obj %p/Inputs/COFF/i386.yaml | llvm-readobj -file-headers -relocations -expand-relocs - | FileCheck %s --check-prefix COFF-I386
+RUN: yaml2obj -o %t %p/Inputs/COFF/i386.yaml
+RUN: llvm-readobj -file-headers -relocations -expand-relocs %t \
+RUN:   | FileCheck %s --check-prefix COFF-I386
 
 // COFF-I386:  Characteristics [ (0x200)
 // COFF-I386-NEXT:    IMAGE_FILE_DEBUG_STRIPPED (0x200)