[llvm] Fix: Distinguish CFI Metadata Checks in MergeFunctions Pass (PR #65963)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 21 23:27:40 PDT 2023


================
@@ -0,0 +1,38 @@
+;; Check the cases involving internal CFI instrumented functions where we do not expect functions to be merged.
+; RUN: opt -S -passes=mergefunc < %s | FileCheck %s
+
+
+target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
+target triple = "aarch64-none-linux-android28"
----------------
nikic wrote:

Drop triple and datalayout.

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


More information about the llvm-commits mailing list