From 948d05324a150a5a24e93bad07c9090d5b8bd129 Mon Sep 17 00:00:00 2001 From: henry wong Date: Thu, 17 Mar 2022 23:53:36 +0800 Subject: [PATCH] [LTO][ELF] Require asserts for --stats-file= tests. https://reviews.llvm.org/D121809 causes the build bot failure, add the `REQUIRES: asserts` to fix it. Reviewed By: tejohnson Differential Revision: https://reviews.llvm.org/D121888 --- lld/test/ELF/lto/stats-file-option.ll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lld/test/ELF/lto/stats-file-option.ll b/lld/test/ELF/lto/stats-file-option.ll index fe39001ab192..36bb4a30c7f0 100644 --- a/lld/test/ELF/lto/stats-file-option.ll +++ b/lld/test/ELF/lto/stats-file-option.ll @@ -1,3 +1,5 @@ +; REQUIRES: asserts + ; RUN: llvm-as -o %t.bc %s ;; Try to save statistics to file.