diff options
author | Valentin Clement <clementval@gmail.com> | 2023-07-11 12:41:30 -0700 |
---|---|---|
committer | Valentin Clement <clementval@gmail.com> | 2023-07-11 12:41:53 -0700 |
commit | 4a63264daa5b68210f83c97705db5dc4cf227638 (patch) | |
tree | 7b3f427fb0c2ac93ff947c5d6621029d2c34cc46 /clang/lib/Frontend/TestModuleFileExtension.cpp | |
parent | b0cc947b5d0a74f4ffe63c53b32978b21498e72e (diff) | |
download | llvm-4a63264daa5b68210f83c97705db5dc4cf227638.zip llvm-4a63264daa5b68210f83c97705db5dc4cf227638.tar.gz llvm-4a63264daa5b68210f83c97705db5dc4cf227638.tar.bz2 |
[flang] Use fir.type_desc in nullify
Do not look for the global early in nullify codegen. The type descriptor
can be emitted later and it would raise an error as it could not be found.
Use `fir.type_desc` instead so it delays the type descriptor lookup until
evrything is emitted.
https://github.com/llvm/llvm-project/issues/63775
Reviewed By: vzakhari
Differential Revision: https://reviews.llvm.org/D154982
Diffstat (limited to 'clang/lib/Frontend/TestModuleFileExtension.cpp')
0 files changed, 0 insertions, 0 deletions