We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c045c commit 51d594dCopy full SHA for 51d594d
lld/test/wasm/lto/incompatible.ll
@@ -1,6 +1,6 @@
1
; REQUIRES: x86
2
; RUN: llvm-as %s -o %t.bc
3
-; RUN: not wasm-ld %t.bc -o out.wasm 2>&1 | FileCheck %s
+; RUN: not wasm-ld %t.bc -o %t.wasm 2>&1 | FileCheck %s
4
5
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
6
target triple = "x86_64-unknown-linux-gnu"
0 commit comments