Skip to content

Commit 1a106fd

Browse files
arsenmGeorgeARM
authored andcommitted
Verifier: Move test from Assembler to right place and avoid grep (llvm#138113)
1 parent 8de69c1 commit 1a106fd

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

llvm/test/Assembler/2008-09-02-FunctionNotes2.ll

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
; Test function notes
2+
; RUN: not llvm-as -disable-output %s 2>&1 | FileCheck %s
3+
4+
; CHECK: Attributes 'noinline and alwaysinline' are incompatible
5+
define void @fn1() alwaysinline noinline {
6+
ret void
7+
}

0 commit comments

Comments
 (0)