search for: 84217ad6611

Displaying 1 result from an estimated 1 matches for "84217ad6611".

2020 Jan 24
4
ORC JIT Weekly #2 -- COFF COMDAT Constants and Emulated TLS
...Weak, and (2) did not support late introduction of weak symbols via MaterializationResponsibility::defineMaterializing. This caused use of the same floating point constant in multiple files to result in duplicate definition errors for the constant pool entries. Both issues have been addressed in 84217ad6611, and floating point constants should now work in COFF. If you run in to any trouble with them please file a bug and CC me. Issue #2: Emulated TLS and name mangling (raised by Geoff Levner on llvm-dev): Use of emulated-tls affects the name mangling of LLVM IR symbols. For a thread local symbol wit...