forked from OSchip/llvm-project
[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
This commit is contained in:
parent
6e1e99dc07
commit
948d05324a
lld/test/ELF/lto
|
@ -1,3 +1,5 @@
|
|||
; REQUIRES: asserts
|
||||
|
||||
; RUN: llvm-as -o %t.bc %s
|
||||
|
||||
;; Try to save statistics to file.
|
||||
|
|
Loading…
Reference in New Issue