mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-02 22:32:08 +00:00
Disable compact unwind generation until I can solve the codegen problems.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144346 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b7f3bfc559
commit
7b809e08b9
@ -1011,7 +1011,8 @@ void MCDwarfFrameEmitter::Emit(MCStreamer &Streamer,
|
||||
// Emit the compact unwind info if available.
|
||||
// FIXME: This emits both the compact unwind and the old CIE/FDE
|
||||
// information. Only one of those is needed.
|
||||
if (IsEH && MOFI->getCompactUnwindSection())
|
||||
// FIXME: Disable. This is causing failures in the test suite.
|
||||
if (false && IsEH && MOFI->getCompactUnwindSection())
|
||||
for (unsigned i = 0, n = Streamer.getNumFrameInfos(); i < n; ++i) {
|
||||
const MCDwarfFrameInfo &Frame = Streamer.getFrameInfo(i);
|
||||
if (Frame.CompactUnwindEncoding)
|
||||
|
Loading…
x
Reference in New Issue
Block a user