summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-07-25 20:15:15 +0000
committerBill Wendling <isanbard@gmail.com>2011-07-25 20:15:15 +0000
commit43ab71a9a8d38bead21df0715c00f8945dd69010 (patch)
treee476314b75481d3e52b15bfc13d549a1f3528722 /llvm/lib/Target
parent2d6ef44d390454a301cbb81e22a3e3ce45e86053 (diff)
downloadbcm5719-llvm-43ab71a9a8d38bead21df0715c00f8945dd69010.tar.gz
bcm5719-llvm-43ab71a9a8d38bead21df0715c00f8945dd69010.zip
Update the comment. This feature is available only on Darwin at the moment. Though it's not Darwin-specific.
llvm-svn: 135951
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/X86/X86FrameLowering.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86FrameLowering.cpp b/llvm/lib/Target/X86/X86FrameLowering.cpp
index c64fbdbcdd3..cdc83054aa0 100644
--- a/llvm/lib/Target/X86/X86FrameLowering.cpp
+++ b/llvm/lib/Target/X86/X86FrameLowering.cpp
@@ -34,7 +34,8 @@ using namespace llvm;
// FIXME: completely move here.
extern cl::opt<bool> ForceStackAlign;
-// FIXME: Remove once linker support is available.
+// FIXME: Remove once linker support is available. The feature exists only on
+// Darwin at the moment.
static cl::opt<bool>
GenerateCompactUnwind("gen-compact-unwind",
cl::desc("Generate compact unwind encoding"),
OpenPOWER on IntegriCloud