[llvm] [NFC] Add an assertion requirement to an opt test (PR #106027)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 25 21:25:14 PDT 2024
================
@@ -2,6 +2,7 @@
; RUN: opt -passes="lto<O3>" -debug-only=amdgpu-attributor -S -o - %s 2>&1 | FileCheck %s --check-prefix=POST-LINK
; REQUIRES: amdgpu-registered-target
+; REQUIRES: asserts
----------------
shiltian wrote:
Why does it need assertion?
https://github.com/llvm/llvm-project/pull/106027
More information about the llvm-commits
mailing list