[PATCH] D52679: Cache LSDA label for future use (NFC)
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 28 18:04:22 PDT 2018
aheejin added a comment.
I couldn't add `setLSDALabel` to `emitCLRExceptionTable` <https://github.com/llvm-mirror/llvm/blob/993ef0ca960f8ffd107c33bfbf1fd603bcf5c66c/lib/CodeGen/AsmPrinter/WinException.cpp#L1063>, because it is unclear which symbol is the per-function LSDA symbol.
Repository:
rL LLVM
https://reviews.llvm.org/D52679
More information about the llvm-commits
mailing list