brintos

brintos / llvm-project-archived public Read only

0
0
Text · 529 B · 46d5c73 Raw
13 lines · plain
1; REQUIRES: x862; RUN: llvm-as %s -o %t.bc3; RUN: not wasm-ld %t.bc -o %t.wasm 2>&1 | FileCheck %s4 5; RUN: llvm-ar rc %t.a %t.bc6; RUN: not wasm-ld --whole-archive %t.a -o %t.wasm 2>&1 | FileCheck %s --check-prefix=CHECK-ARCHIVE7 8target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"9target triple = "x86_64-unknown-linux-gnu"10 11; CHECK: {{.*}}incompatible.ll.tmp.bc: machine type must be wasm3212; CHECK-ARCHIVE: wasm-ld: error: {{.*}}.a(incompatible.ll.tmp.bc): machine type must be wasm3213