We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3a082 commit ff67e85Copy full SHA for ff67e85
llvm/test/Verifier/alias.ll
@@ -1,5 +1,7 @@
1
-; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s --implicit-check-not=alias --implicit-check-not=Alias
+; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2
3
+; CHECK: : assembly parsed, but does not verify as correct!
4
+; CHECK-NOT: {{(^A| a)lias(es)? }}
5
6
declare void @f()
7
@fa = alias void (), ptr @f
0 commit comments