diff options
Diffstat (limited to 'deps/lld/test/COFF/Inputs/thinlto.ll')
| -rw-r--r-- | deps/lld/test/COFF/Inputs/thinlto.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/lld/test/COFF/Inputs/thinlto.ll b/deps/lld/test/COFF/Inputs/thinlto.ll new file mode 100644 index 0000000000..44ff9a0f1f --- /dev/null +++ b/deps/lld/test/COFF/Inputs/thinlto.ll @@ -0,0 +1,6 @@ +target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128" +target triple = "x86_64-pc-windows-msvc19.0.24215" + +define void @g() { + ret void +} |
