[PATCH] D156537: [CodeGen] Keep track of eagerly emitted globals

Jonas Hahnfeld via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 18 00:07:11 PDT 2023


Hahnfeld added a comment.

I reverted the change yesterday because the test wasn't passing on Windows, for example https://lab.llvm.org/buildbot/#/builders/216/builds/25769/steps/7/logs/FAIL__Clang__inline-virtual_cpp. The problem is that the JIT cannot find `??_7type_info@@6B@` related to RTTI. I see that we have some special setup in ROOT/Cling to make this work, but it's not fully clear to me how this could be applied to `clang-repl` if we are building LLVM without RTTI. For now, I propose to disable RTTI for this test (it's not needed) and will re-commit once the build bots are back to a more healthy green state :)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156537/new/

https://reviews.llvm.org/D156537



More information about the cfe-commits mailing list