File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
llvm/include/llvm/DebugInfo/DWARF Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ class CIE;
392
392
// /
393
393
// / \returns An error if the DWARF Call Frame Information opcodes have state
394
394
// / machine errors, or a valid UnwindTable otherwise.
395
- Expected<UnwindTable> createUnwindTable (const CIE *Cie);
395
+ LLVM_ABI Expected<UnwindTable> createUnwindTable (const CIE *Cie);
396
396
397
397
class FDE ;
398
398
@@ -404,7 +404,7 @@ class FDE;
404
404
// /
405
405
// / \returns An error if the DWARF Call Frame Information opcodes have state
406
406
// / machine errors, or a valid UnwindTable otherwise.
407
- Expected<UnwindTable> createUnwindTable (const FDE *Fde);
407
+ LLVM_ABI Expected<UnwindTable> createUnwindTable (const FDE *Fde);
408
408
409
409
// / An entry in either debug_frame or eh_frame. This entry can be a CIE or an
410
410
// / FDE.
You can’t perform that action at this time.
0 commit comments