1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/test/Linker/module-flags-4-b.ll
Peter Collingbourne 31d9449ed2 Linker: teach the IR mover to return llvm::Error.
This will be needed in order to consistently return an Error
to clients of the API being developed in D20268.

Differential Revision: http://reviews.llvm.org/D20550

llvm-svn: 270967
2016-05-27 05:21:35 +00:00

8 lines
163 B
LLVM

; This file is used with module-flags-4-a.ll
; RUN: true
!0 = !{i32 3, !"foo", !{!"bar", i32 42}}
!1 = !{i32 1, !"bar", i32 42}
!llvm.module.flags = !{ !0, !1 }