[llvm-commits] [llvm] r135951 - /llvm/trunk/lib/Target/X86/X86FrameLowering.cpp
Bill Wendling
isanbard at gmail.com
Mon Jul 25 13:15:15 PDT 2011
Author: void
Date: Mon Jul 25 15:15:15 2011
New Revision: 135951
URL: http://llvm.org/viewvc/llvm-project?rev=135951&view=rev
Log:
Update the comment. This feature is available only on Darwin at the moment. Though it's not Darwin-specific.
Modified:
llvm/trunk/lib/Target/X86/X86FrameLowering.cpp
Modified: llvm/trunk/lib/Target/X86/X86FrameLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86FrameLowering.cpp?rev=135951&r1=135950&r2=135951&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86FrameLowering.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86FrameLowering.cpp Mon Jul 25 15:15:15 2011
@@ -34,7 +34,8 @@
// 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"),
More information about the llvm-commits
mailing list