diff options
author | Richard Smith <richard@metafoo.co.uk> | 2020-04-06 16:47:37 -0700 |
---|---|---|
committer | Richard Smith <richard@metafoo.co.uk> | 2020-04-06 16:49:27 -0700 |
commit | 8f2d2a7cb46572d51a7dddcf151fb202e4abeb4d (patch) | |
tree | 6d9d8d556dd07d29b8fb720a3c8057278bcf0abf /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 8115e08b0536ab102311fd3ac399a52e97955ca2 (diff) | |
download | llvm-8f2d2a7cb46572d51a7dddcf151fb202e4abeb4d.zip llvm-8f2d2a7cb46572d51a7dddcf151fb202e4abeb4d.tar.gz llvm-8f2d2a7cb46572d51a7dddcf151fb202e4abeb4d.tar.bz2 |
For PR45333: Move AnalyzeImplicitConversions to using data recursion
instead of recursing on the stack.
This doesn't actually resolve PR45333, because we now hit stack overflow
somewhere else, but it does get us further. I've not found any way of
testing this that doesn't still crash elsewhere.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions