Require asserts for llvm/test/Verifier/token1.ll
authorHans Wennborg <hans@chromium.org>
Wed, 28 Apr 2021 07:56:04 +0000 (09:56 +0200)
committerHans Wennborg <hans@chromium.org>
Wed, 28 Apr 2021 07:58:36 +0000 (09:58 +0200)
The test expects and assert, and that only works in asserts-enabled builds.

llvm/test/Verifier/token1.ll

index 90d4883..9a6f374 100644 (file)
@@ -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) {