diff options
Diffstat (limited to 'test/COFF/Inputs/msvclto-order-a.ll')
-rw-r--r-- | test/COFF/Inputs/msvclto-order-a.ll | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/COFF/Inputs/msvclto-order-a.ll b/test/COFF/Inputs/msvclto-order-a.ll new file mode 100644 index 0000000000000..804e201ff99ac --- /dev/null +++ b/test/COFF/Inputs/msvclto-order-a.ll @@ -0,0 +1,7 @@ +target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128" +target triple = "x86_64-pc-windows-msvc" + +define void @foo() { + ret void +} + |