Hi,
I am trying to build a small project which was based upon llvm-project.
For the first time the build was successful, but later after I decided to do a clean rebuild by making a new build directory under the project, I kept getting DWARF errors.
/usr/bin/ld: /usr/bin/ld: DWARF error: invalid or unhandled FORM value: 0x23
I guess it is related with DW_FORM_rnglistx, but due to the limitation of my knowledge, I am not sure how to do to get over this problem.
Could you let me know what can I do to this?
Many thanks!