mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
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
This commit is contained in:
parent
43904299b0
commit
39055b3a5c
@ -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
Block a user