[llvm] [NFC] [MTE] Remove useless yaml2obj from test (PR #113374)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Oct 22 12:54:11 PDT 2024
    
    
  
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mc
Author: Florian Mayer (fmayer)
<details>
<summary>Changes</summary>
We already have the .o, there is no reason to go .o -> YAML -> .o
---
Full diff: https://github.com/llvm/llvm-project/pull/113374.diff
1 Files Affected:
- (modified) llvm/test/MC/AArch64/global-tagging.ll (-1) 
``````````diff
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.
``````````
</details>
https://github.com/llvm/llvm-project/pull/113374
    
    
More information about the llvm-commits
mailing list