You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
291 B
10 lines
291 B
; RUN: not llvm-link %s %p/module-flags-7-b.ll -S -o - 2>&1 | FileCheck %s
|
|
|
|
; Test module flags error messages.
|
|
|
|
; CHECK: linking module flags 'foo': IDs have conflicting behaviors in '{{.*}}module-flags-7-b.ll' and 'llvm-link'
|
|
|
|
!0 = !{ i32 1, !"foo", i32 37 }
|
|
|
|
!llvm.module.flags = !{ !0 }
|