search for: release39

Displaying 2 results from an estimated 2 matches for "release39".

Did you mean: release_39
2016 Oct 24
2
RuntimeDyLdCOFF and RTTI on Windows
..._input.bc > > On Mac this prints: > dynamic_cast worked! dummy is 1 > > On Windows this prints: > dynamic_cast failed > > As the issue is reproducible with lli, it's probably unrelated to the COFF > implementation as originally stated. > I built LLVM and Clang from release39 HEAD and used both, clang and lli > from this build. OS versions and CMake flags are: > > * OSX 10.10.6 with -DLLVM_ENABLE_RTTI=ON -DLLVM_ENABLE_EH=ON > -DLLVM_TARGETS_TO_BUILD=X86 > * Windows 10 64bit OS Build 14393.222 with -DLLVM_ENABLE_RTTI=ON > -DLLVM_ENABLE_EH=ON -DLLVM_TARG...
2016 Oct 07
3
RuntimeDyLdCOFF and RTTI on Windows
HI Stefan, CC'ing Reid Kleckner, who might have some insight here, and llvm-dev as this may be of interest to other windows JIT users. I am facing the issue that C++ dynamic_cast doesn't work for types > loaded from object files with RuntimeDyLd. <snip> Do you think it is possible that RuntimeDyLd misses type info data in > the COFF file or doesn't wire it up