mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
31d9449ed2
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
8 lines
163 B
LLVM
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 }
|