mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
8f616165e4
Canonicalize formatting of metadata to make it easier to upgrade via scripts -- in particular, one line per metadata definition makes it more `sed`-able. This is preparation for changing the assembly syntax for metadata [1]. [1]: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20141208/248449.html git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224002 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
165 B
LLVM
7 lines
165 B
LLVM
; This file is used with module-flags-3-a.ll
|
|
; RUN: true
|
|
|
|
!0 = metadata !{i32 3, metadata !"foo", metadata !{metadata !"bar", i32 42}}
|
|
|
|
!llvm.module.flags = !{ !0 }
|