diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-07-25 20:15:15 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-07-25 20:15:15 +0000 |
commit | 39055b3a5c9044b18846361b9ebd8e289356cb99 (patch) | |
tree | 23c54824fe850a5d985a12e4c350fdeab5fd570b /lib | |
parent | 43904299b05bdf579415749041f77c4490fe5f5b (diff) |
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
Diffstat (limited to 'lib')
-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"), |