aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/module-flags-6-a.ll
blob: e15fd349eb5c796fce6be3f27049e99d9879699a (plain)
1
2
3
4
5
6
7
8
9
; RUN: not llvm-link %s %p/module-flags-6-b.ll -S -o - 2>&1 | FileCheck %s

; Test module flags error messages.

; CHECK: linking module flags 'foo': IDs have conflicting values

!0 = !{ i32 1, !"foo", i32 37 }

!llvm.module.flags = !{ !0 }