[NFC]add initialization for EmitCompactUnwindNonCanonical in ctor
I found that the newly added member variables, "EmitCompactUnwindNonCanonical" were not initialized in the constructor, but other member variables were initialized. The behavior seems to need to be consistent to improve code. Reviewed By: oontvoo Differential Revision: https://reviews.llvm.org/D154472
Loading
Please sign in to comment