[PATCH] D121888: [LTO][ELF] Require asserts for --stats-file= tests.

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 08:57:32 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG948d05324a15: [LTO][ELF] Require asserts for --stats-file= tests. (authored by henry wong <wanliushuai at bytedance.com>).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121888/new/

https://reviews.llvm.org/D121888

Files:
  lld/test/ELF/lto/stats-file-option.ll


Index: lld/test/ELF/lto/stats-file-option.ll
===================================================================
--- lld/test/ELF/lto/stats-file-option.ll
+++ 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.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121888.416198.patch
Type: text/x-patch
Size: 302 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220317/66b4fc9f/attachment.bin>


More information about the llvm-commits mailing list