From e15c2d7ce575a6212369b9b1477694b998b40a88 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 10 Aug 2009 18:05:55 +0000 Subject: [PATCH] add a fixme git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78575 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-mc/AsmParser.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/llvm-mc/AsmParser.cpp b/tools/llvm-mc/AsmParser.cpp index 153cdde779a..6eb30c76fed 100644 --- a/tools/llvm-mc/AsmParser.cpp +++ b/tools/llvm-mc/AsmParser.cpp @@ -723,6 +723,10 @@ bool AsmParser::ParseDirectiveDarwinSection() { return false; } +/// ParseDirectiveSectionSwitch - +/// +/// FIXME! Many of these directives implicitly cause a ".align" directive to get +/// emitted, we don't do this yet which can lead to subtle miscompiles. bool AsmParser::ParseDirectiveSectionSwitch(const char *Segment, const char *Section, unsigned TAA, unsigned StubSize) { -- 2.34.1