mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 01:42:09 +00:00
add a fixme
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78575 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f3231de60b
commit
e15c2d7ce5
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user