aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCSectionELF.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-23 07:21:06 +0000
committerChris Lattner <sabre@nondot.org>2010-01-23 07:21:06 +0000
commitf9f93e4388962b678fd59b7af5212d4cc0d38be2 (patch)
tree7533118fbe3bf30c1f6291cf882a8936a59e78f3 /include/llvm/MC/MCSectionELF.h
parent74670b26fc62dce36a9d1d78caa1d481cec5b2eb (diff)
downloadexternal_llvm-f9f93e4388962b678fd59b7af5212d4cc0d38be2.zip
external_llvm-f9f93e4388962b678fd59b7af5212d4cc0d38be2.tar.gz
external_llvm-f9f93e4388962b678fd59b7af5212d4cc0d38be2.tar.bz2
resolve a fixme: the "nonexecutable stack directive" is actually
a .section. Switch to it with SwitchSection. However, I think that this directive should be safe on any ELF target. If so, we should hoist it up out of the X86 and SystemZ targets. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94298 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCSectionELF.h')
-rw-r--r--include/llvm/MC/MCSectionELF.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCSectionELF.h b/include/llvm/MC/MCSectionELF.h
index c48ff03..2dccf5c 100644
--- a/include/llvm/MC/MCSectionELF.h
+++ b/include/llvm/MC/MCSectionELF.h
@@ -31,7 +31,7 @@ class MCSectionELF : public MCSection {
unsigned Flags;
/// IsExplicit - Indicates that this section comes from globals with an
- /// explicit section specfied.
+ /// explicit section specified.
bool IsExplicit;
protected: