[llvm] [llvm][SelectionDAG] Fix up chains in lowerInvokeable. rdar://113994760 (PR #94004)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri May 31 11:36:51 PDT 2024


================
@@ -0,0 +1,75 @@
+; RUN: llc %s -filetype=obj -o - | llvm-readobj -r - | FileCheck %s --check-prefix=RELOC
+; RUN: llc %s -mtriple=x86_64-apple-macosx -o - | FileCheck %s --check-prefix=ASM
+
+target datalayout = "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-apple-macosx"
----------------
arsenm wrote:

Either add the triple to both run lines and drop the IR one, or drop the triple from both command lines 

https://github.com/llvm/llvm-project/pull/94004


More information about the llvm-commits mailing list