This patch simply adds an experimental flag -mehabi to clang, so that the tester can test the exception by giving -mehabi to clang.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I don't think the patch is necessary. These flags are transient. And right now they can be enabled via -mllvm, so I do not see any reason why this patch is necessary.
Comment Actions
Thanks. I was not aware of -mllvm when I was creating this patch. Thank you for letting me know the existence of -mllvm.