================ @@ -466,6 +466,7 @@ static bool initTargetOptions(const CompilerInstance &CI, Options.Hotpatch = CodeGenOpts.HotPatch; Options.JMCInstrument = CodeGenOpts.JMCInstrument; Options.XCOFFReadOnlyPointers = CodeGenOpts.XCOFFReadOnlyPointers; + Options.TrapUnreachable = CodeGenOpts.TrapUnreachable; ---------------- ilovepi wrote:
That does seem better, so I uploaded the new version. https://github.com/llvm/llvm-project/pull/174894 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
