brintos

brintos / llvm-project-archived public Read only

0
0
Text · 358 B · c16702f Raw
9 lines · plain
1// RUN: mlir-opt -set-llvm-module-datalayout -convert-func-to-llvm %s | FileCheck %s2 3// RUN: mlir-opt -set-llvm-module-datalayout='data-layout=p:32:32:32' -convert-func-to-llvm %s \4// RUN: | FileCheck %s --check-prefix=CHECK-325 6// CHECK: module attributes {llvm.data_layout = ""}7// CHECK-32: module attributes {llvm.data_layout = "p:32:32:32"}8module {}9