brintos

brintos / llvm-project-archived public Read only

0
0
Text · 314 B · fa653ef Raw
12 lines · plain
1// RUN: cir-translate --cir-to-llvmir --target x86_64-unknown-linux-gnu --disable-cc-lowering %s -o %t.ll2// RUN: FileCheck %s -input-file %t.ll -check-prefix=LLVM3 4module {5  cir.func @foo() {6    cir.return7  }8}9 10// LLVM-DAG: target triple = "x86_64-unknown-linux-gnu"11// LLVM-DAG: target datalayout = "{{.*}}"12