brintos

brintos / llvm-project-archived public Read only

0
0
Text · 338 B · bd277df Raw
16 lines · plain
1; RUN: llc -mcpu=mvp < %s | FileCheck %s2 3; Test that wasm64 is properly emitted into the target features section4 5target triple = "wasm64-unknown-unknown"6 7define void @foo() {8  ret void9}10 11; CHECK-LABEL: .custom_section.target_features12; CHECK-NEXT: .int8 113; CHECK-NEXT: .int8 4314; CHECK-NEXT: .int8 815; CHECK-NEXT: .ascii "memory64"16