oskarwirga added a comment.

In D148654#4312478 <https://reviews.llvm.org/D148654#4312478>, @smeenai wrote:

> Thinking about this a bit more, should the trap not have an associated stack 
> trace that can be symbolicated to tell you which line of code was crashing? 
> If the issue is that multiple traps can get folded together, the `nomerge` 
> attribute (D78659 <https://reviews.llvm.org/D78659>) could be useful.

I tried adding the `nomerge` attribute to `TrapCall` but I still found the call 
being optimized to a single site :(


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148654/new/

https://reviews.llvm.org/D148654

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to