diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-08-10 18:05:55 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-08-10 18:05:55 +0000 |
| commit | c1871e377c6f7644486fb5eed45ebe42a08d3a04 (patch) | |
| tree | c80da73722d993b0de83880a3c447979a9ae022e | |
| parent | 05fbaf65399b1894965304256dbe2abd0decbe19 (diff) | |
| download | external_llvm-c1871e377c6f7644486fb5eed45ebe42a08d3a04.zip external_llvm-c1871e377c6f7644486fb5eed45ebe42a08d3a04.tar.gz external_llvm-c1871e377c6f7644486fb5eed45ebe42a08d3a04.tar.bz2 | |
add a fixme
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78575 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | tools/llvm-mc/AsmParser.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/llvm-mc/AsmParser.cpp b/tools/llvm-mc/AsmParser.cpp index 153cdde..6eb30c7 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) { |
