[llvm] 2e0506f - [NFC] [MTE] Remove useless yaml2obj from test (#113374)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 22 15:23:16 PDT 2024
Author: Florian Mayer
Date: 2024-10-22T15:23:13-07:00
New Revision: 2e0506f83bfde6db93454bdf28e4a71c160d4f5b
URL: https://github.com/llvm/llvm-project/commit/2e0506f83bfde6db93454bdf28e4a71c160d4f5b
DIFF: https://github.com/llvm/llvm-project/commit/2e0506f83bfde6db93454bdf28e4a71c160d4f5b.diff
LOG: [NFC] [MTE] Remove useless yaml2obj from test (#113374)
We already have the .o, there is no reason to go .o -> YAML -> .o
Added:
Modified:
llvm/test/MC/AArch64/global-tagging.ll
Removed:
################################################################################
diff --git a/llvm/test/MC/AArch64/global-tagging.ll b/llvm/test/MC/AArch64/global-tagging.ll
index 4961ec04c5fba4..c8b3f52401dc11 100644
--- a/llvm/test/MC/AArch64/global-tagging.ll
+++ b/llvm/test/MC/AArch64/global-tagging.ll
@@ -11,7 +11,6 @@
; RUN: obj2yaml %t.o -o %t.yaml
; RUN: FileCheck %s --input-file=%t.yaml --check-prefix=CHECK-YAML
-; RUN: yaml2obj %t.yaml -o %t.o
; RUN: llvm-readelf -r %t.o | FileCheck %s --check-prefix=CHECK-RELOCS
;; Check we don't create relocations referencing a section symbol for sanitize_memtag globals.
More information about the llvm-commits
mailing list