diff options
-rw-r--r-- | lib/Target/X86/X86FrameLowering.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/X86/X86FrameLowering.cpp b/lib/Target/X86/X86FrameLowering.cpp index c64fbdbcdd..cdc83054aa 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<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"), |