Skip to content

Commit 5c807f2

Browse files
author
Amirhossein Pashaeehir
committed
Annotate the extracted UnwindTable creators with LLVM ABI
1 parent 055492d commit 5c807f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ class CIE;
392392
///
393393
/// \returns An error if the DWARF Call Frame Information opcodes have state
394394
/// machine errors, or a valid UnwindTable otherwise.
395-
Expected<UnwindTable> createUnwindTable(const CIE *Cie);
395+
LLVM_ABI Expected<UnwindTable> createUnwindTable(const CIE *Cie);
396396

397397
class FDE;
398398

@@ -404,7 +404,7 @@ class FDE;
404404
///
405405
/// \returns An error if the DWARF Call Frame Information opcodes have state
406406
/// machine errors, or a valid UnwindTable otherwise.
407-
Expected<UnwindTable> createUnwindTable(const FDE *Fde);
407+
LLVM_ABI Expected<UnwindTable> createUnwindTable(const FDE *Fde);
408408

409409
/// An entry in either debug_frame or eh_frame. This entry can be a CIE or an
410410
/// FDE.

0 commit comments

Comments
 (0)