projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3231de
)
add a fixme
author
Chris Lattner
<sabre@nondot.org>
Mon, 10 Aug 2009 18:05:55 +0000
(18:05 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 10 Aug 2009 18:05:55 +0000
(18:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78575
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvm-mc/AsmParser.cpp
patch
|
blob
|
history
diff --git
a/tools/llvm-mc/AsmParser.cpp
b/tools/llvm-mc/AsmParser.cpp
index 153cdde779a06523604e273fab185e1cf311ce68..6eb30c76fedbe3b4e156590c6e1df51a7bde6a6c 100644
(file)
--- 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) {