Summary
The code might occur error in the following code:
This CIE shows the FDE related to the CIE has LSDA and the encoding of LSDA is DW_EH_PE_pcrel.
But the LDSA value is zero in FDE, in this case llvm should set lsda value to 0 even if LSDA is relative to pc.
Test Plan:
check-llvm
clang-tidy: warning: invalid case style for variable 'DW_EH_ENCODING_TYPE' [readability-identifier-naming]
not useful