[llvm] [PtrAuth] Add ConstantPtrAuth comparator to FunctionComparator.cpp (PR #159480)
Anatoly Trosinenko via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 22 05:21:31 PDT 2025
================
----------------
atrosinenko wrote:
Have you considered auto-generating the CHECK lines with `llvm/utils/update_test_checks.py`?
[nit] It may be better to pass the input file by [redirecting it to stdin](https://llvm.org/docs/TestingGuide.html#fragile-tests):
```
; RUN: opt -passes=mergefunc -S < %s | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/159480
More information about the llvm-commits
mailing list