forked from OSchip/llvm-project
Update the comment. This feature is available only on Darwin at the moment. Though it's not Darwin-specific.
llvm-svn: 135951
This commit is contained in:
parent
2d6ef44d39
commit
43ab71a9a8
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue