diff --git a/llvm/lib/Target/X86/X86FrameLowering.cpp b/llvm/lib/Target/X86/X86FrameLowering.cpp index c64fbdbcdd34..cdc83054aa03 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 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"),