diff options
Diffstat (limited to 'test/COFF/Inputs/associative-comdat-mingw-2.s')
-rw-r--r-- | test/COFF/Inputs/associative-comdat-mingw-2.s | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/test/COFF/Inputs/associative-comdat-mingw-2.s b/test/COFF/Inputs/associative-comdat-mingw-2.s deleted file mode 100644 index edb6a82da84b6..0000000000000 --- a/test/COFF/Inputs/associative-comdat-mingw-2.s +++ /dev/null @@ -1,34 +0,0 @@ - .section .xdata$foo,"dr" - .linkonce discard - .p2align 3 - .long 42 - - .section .xdata$bar,"dr" - .linkonce discard - .p2align 3 - .long 43 - - .section .xdata$baz,"dr" - .linkonce discard - .p2align 3 - .long 44 - - .def foo; - .scl 2; - .type 32; - .endef - .section .text$foo,"xr",discard,foo - .globl foo - .p2align 4 -foo: - ret - - .def bar; - .scl 2; - .type 32; - .endef - .section .text$bar,"xr",discard,bar - .globl bar - .p2align 4 -bar: - ret |