From: Bill Wendling Date: Mon, 25 Jul 2011 20:15:15 +0000 (+0000) Subject: Update the comment. This feature is available only on Darwin at the moment. Though... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=39055b3a5c9044b18846361b9ebd8e289356cb99;p=oota-llvm.git Update the comment. This feature is available only on Darwin at the moment. Though it's not Darwin-specific. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135951 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86FrameLowering.cpp b/lib/Target/X86/X86FrameLowering.cpp index c64fbdbcdd3..cdc83054aa0 100644 --- a/lib/Target/X86/X86FrameLowering.cpp +++ b/lib/Target/X86/X86FrameLowering.cpp @@ -34,7 +34,8 @@ using namespace llvm; // FIXME: completely move here. extern cl::opt 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 GenerateCompactUnwind("gen-compact-unwind", cl::desc("Generate compact unwind encoding"),