[llvm] [NFC] [MTE] Remove useless yaml2obj from test (PR #113374)
Florian Mayer via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 22 12:53:35 PDT 2024
https://github.com/fmayer created https://github.com/llvm/llvm-project/pull/113374
We already have the .o, there is no reason to go .o -> YAML -> .o
>From a3fe25b05d766dd9f6561b40cf1a98de57c12bdb Mon Sep 17 00:00:00 2001
From: Florian Mayer <fmayer at google.com>
Date: Tue, 22 Oct 2024 12:53:19 -0700
Subject: [PATCH] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20initia?=
=?UTF-8?q?l=20version?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Created using spr 1.3.4
---
llvm/test/MC/AArch64/global-tagging.ll | 1 -
1 file changed, 1 deletion(-)
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