Fix CodeGen/X86/fsafdo_test2.ll fail in release
authorThomas Preud'homme <thomasp@graphcore.ai>
Thu, 19 Aug 2021 11:04:42 +0000 (12:04 +0100)
committerThomas Preud'homme <thomasp@graphcore.ai>
Thu, 19 Aug 2021 15:54:04 +0000 (16:54 +0100)
Require debug build for CodeGen/X86/fsafdo_test2.ll since it checks for
messages only printed in debug mode.

Reviewed By: wenlei, hoy

Differential Revision: https://reviews.llvm.org/D108364

llvm/test/CodeGen/X86/fsafdo_test2.ll

index 35e4d46..c0ae5d2 100644 (file)
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: llc -enable-fs-discriminator < %s | FileCheck %s
 ; RUN: llvm-profdata merge --sample -profile-isfs -o %t.afdo %S/Inputs/fsloader.afdo
 ; RUN: llc -enable-fs-discriminator -fs-profile-file=%t.afdo -show-fs-branchprob -disable-ra-fsprofile-loader=false -disable-layout-fsprofile-loader=false < %s 2>&1 | FileCheck %s --check-prefix=LOADER