Skip to content

Commit 2e0506f

Browse files
authored
[NFC] [MTE] Remove useless yaml2obj from test (llvm#113374)
We already have the .o, there is no reason to go .o -> YAML -> .o
1 parent fe480cf commit 2e0506f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/test/MC/AArch64/global-tagging.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
; RUN: obj2yaml %t.o -o %t.yaml
1313
; RUN: FileCheck %s --input-file=%t.yaml --check-prefix=CHECK-YAML
14-
; RUN: yaml2obj %t.yaml -o %t.o
1514
; RUN: llvm-readelf -r %t.o | FileCheck %s --check-prefix=CHECK-RELOCS
1615

1716
;; Check we don't create relocations referencing a section symbol for sanitize_memtag globals.

0 commit comments

Comments
 (0)