commit | c97feb4cd2856c0504f9dfd22520c340e1a26a6c | [log] [tgz] |
---|---|---|
author | Hans Wennborg <hans@chromium.org> | Wed Apr 28 09:56:04 2021 +0200 |
committer | Copybara-Service <copybara-worker@google.com> | Sun May 09 15:46:42 2021 -0700 |
tree | ad7fc7080907979731ecbd58bccfb5e07f86d4f3 | |
parent | e74fd18d085add92766215be6b3e1b5a64cf63f5 [diff] [blame] |
Require asserts for llvm/test/Verifier/token1.ll The test expects and assert, and that only works in asserts-enabled builds. GitOrigin-RevId: e9fe387ac55c2ae79f2cfd4706129fd90c9303a4
diff --git a/test/Verifier/token1.ll b/test/Verifier/token1.ll index 90d4883..9a6f374 100644 --- a/test/Verifier/token1.ll +++ b/test/Verifier/token1.ll
@@ -1,3 +1,4 @@ +; REQUIRES: asserts ; RUN: not --crash llvm-as %s -o /dev/null 2>&1 | FileCheck %s define void @f(token %A, token %B) {