[llvm] [WIP] Extend data layout to add sentinel pointer value for address space. (PR #83109)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed May 8 08:32:53 PDT 2024
================
@@ -0,0 +1,5 @@
+; RUN: not llvm-as %s 2>&1 | FileCheck %s
+
+; CHECK: error: Trailing separator in datalayout string
+
+target datalayout = "z:"
----------------
arsenm wrote:
Missing newline at end of file in most of these
https://github.com/llvm/llvm-project/pull/83109
More information about the llvm-commits
mailing list