mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
bd658f9fa5
Differential revision: https://reviews.llvm.org/D74778
9 lines
222 B
LLVM
9 lines
222 B
LLVM
; Check that we can assemble/disassemble empty index with non-trivial flags
|
|
; RUN: llvm-as %s -o - | llvm-dis -o - | FileCheck %s
|
|
|
|
; ModuleID = 'index.bc'
|
|
source_filename = "index.bc"
|
|
|
|
^0 = flags: 2
|
|
; CHECK: ^0 = flags: 2
|