From bd8578bf2e8f3cfcccea232d3a83f4dbeae41fdb Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Tue, 28 Jan 2025 15:32:14 +1100 Subject: [PATCH] [JITLink] Add 'REQUIRES: asserts' to MachO_ptrauth_dependencies.s. This test depends on debugging output. --- .../JITLink/AArch64/MachO_ptrauth_dependencies.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/test/ExecutionEngine/JITLink/AArch64/MachO_ptrauth_dependencies.s b/llvm/test/ExecutionEngine/JITLink/AArch64/MachO_ptrauth_dependencies.s index 01618d78e094..454079923622 100644 --- a/llvm/test/ExecutionEngine/JITLink/AArch64/MachO_ptrauth_dependencies.s +++ b/llvm/test/ExecutionEngine/JITLink/AArch64/MachO_ptrauth_dependencies.s @@ -5,6 +5,8 @@ # # Ensure that we don't lose dependence tracking information when ptrauth edges # are lowered: _main should still depend on _foo. +# +# REQUIRES: asserts # CHECK: Symbols: { _main }, Dependencies: { (main, { _foo }) }