Issue 55437
Summary CodeGenObjC/exceptions.m & /CodeGenObjCXX/exceptions-legacy.mm use optimizer and end up being flakey
Labels new issue
Assignees rjmccall
Reporter erichkeane
    My downstream keeps running into an issue with the above two tests, since they use -O2, and any optimizer improvements keep causing things to move around slightly.

It seems to me that these tests should be able to be fixed to use -disable-llvm-passes.  I spent some time looking into the exceptions-legacy.mm, but don't know the IR of exceptions well enough to make sure that I'm testing the right thing.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to