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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits