Skip to content

Commit

Permalink
[LTO][ELF] Require asserts for --stats-file= tests.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
henry wong committed Mar 17, 2022
1 parent 6e1e99d commit 948d053
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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.
Expand Down

0 comments on commit 948d053

Please sign in to comment.