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;
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
397397class 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.
You can’t perform that action at this time.
0 commit comments