llvm-project
7b0c51a4 - [clang][bytecode] Fix a crash when redeclaring extern globals (#164204)

Commit
106 days ago
[clang][bytecode] Fix a crash when redeclaring extern globals (#164204) One iteration of this loop might've already fixed up the pointers of coming globals, so check for that explicitly. Fixes https://github.com/llvm/llvm-project/issues/164151
Author
Parents
Loading