From bcd9b3b6b119420edffd259e5e05c5e0cf5fbc6c Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Sun, 15 Sep 2013 19:24:16 +0000 Subject: MC: Add support for '?' flags in .section directives Summary: The '?' flag uses the last section group if the last had a section group. We treat combining an explicit section group and the '?' as a hard error. This fixes PR17198. Reviewers: rafael, bkramer Reviewed By: bkramer CC: llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D1686 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190768 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/ELF/comdat.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/MC/ELF') diff --git a/test/MC/ELF/comdat.s b/test/MC/ELF/comdat.s index 6dbe583df0..3e4a001f05 100644 --- a/test/MC/ELF/comdat.s +++ b/test/MC/ELF/comdat.s @@ -82,7 +82,7 @@ g1: nop - .section .bar,"axG",@progbits,g1,comdat + .section .bar,"ax?",@progbits nop .section .zed,"axG",@progbits,g2,comdat -- cgit v1.2.3