diff options
Diffstat (limited to 'lld/test/wasm/lto/Inputs/save-temps.ll')
-rw-r--r-- | lld/test/wasm/lto/Inputs/save-temps.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lld/test/wasm/lto/Inputs/save-temps.ll b/lld/test/wasm/lto/Inputs/save-temps.ll new file mode 100644 index 00000000000..6f4de417c38 --- /dev/null +++ b/lld/test/wasm/lto/Inputs/save-temps.ll @@ -0,0 +1,6 @@ +target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128" +target triple = "wasm32-unknown-unknown" + +define void @bar() { + ret void +} |