[llvm] [JITLink] Some cleanups to EHFrameSupport (PR #66707)

Jonas Hahnfeld via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 4 23:28:27 PDT 2023


hahnjo wrote:

> Why error on an existing CIE edge?

Because that's the simplification, that the new code expects that there is no edge yet and we can remove the additional checks. And I firmly believe that assumptions should be checked in the code.

https://github.com/llvm/llvm-project/pull/66707


More information about the llvm-commits mailing list