diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2017-10-20 18:47:35 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2017-10-20 18:47:35 +0000 |
commit | f7596ece76570794f4fc89a65b49857b8c8570f1 (patch) | |
tree | 951efc380bd66eb41baf8c8b68370cc060d07b88 /llvm/lib/Target/WebAssembly/WebAssemblyUtilities.cpp | |
parent | bb94161fb7ae50c102b0fb3e8c3a1d33b3a237f7 (diff) | |
download | bcm5719-llvm-f7596ece76570794f4fc89a65b49857b8c8570f1.tar.gz bcm5719-llvm-f7596ece76570794f4fc89a65b49857b8c8570f1.zip |
GNU: do not read the FDE count if omitted
If there is no binary search table computed, the FDECount encoding is
DW_EH_PE_omit. Do not attempt to read the FDECount in such a situation
as we will read an incorrect value. binutils only writes out the
FDECount if the encoding is not DW_EH_PE_omit.
llvm-svn: 316224
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyUtilities.cpp')
0 files changed, 0 insertions, 0 deletions