[PATCH] D81683: llc doesn't recognize "-debug" without asserts enabled.

Sterling Augustine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 11 12:41:35 PDT 2020


saugustine created this revision.
saugustine added a reviewer: gargaroff.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Require them for this test.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81683

Files:
  llvm/test/CodeGen/AArch64/GlobalISel/debug-insts.ll


Index: llvm/test/CodeGen/AArch64/GlobalISel/debug-insts.ll
===================================================================
--- llvm/test/CodeGen/AArch64/GlobalISel/debug-insts.ll
+++ llvm/test/CodeGen/AArch64/GlobalISel/debug-insts.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: llc -global-isel -mtriple=aarch64 %s -stop-after=irtranslator -o - | FileCheck %s
 ; RUN: llc -mtriple=aarch64 -global-isel --global-isel-abort=0 %s -o /dev/null
 ; RUN: llc -mtriple=aarch64 -global-isel --global-isel-abort=0 %s -o /dev/null -debug


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81683.270209.patch
Type: text/x-patch
Size: 533 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200611/d4e41c9d/attachment.bin>


More information about the llvm-commits mailing list