add a fixme

llvm-svn: 78575
This commit is contained in:
Chris Lattner 2009-08-10 18:05:55 +00:00
parent fbcafd4c6c
commit 97189e5d04
1 changed files with 4 additions and 0 deletions

View File

@ -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) {