search for: __emutls_get_address

Displaying 3 results from an estimated 3 matches for "__emutls_get_address".

Did you mean: ___emutls_get_address
2019 Jan 22
2
Windows JIT-Client and Emulated TLS
...de a lambda function. This lambda function returns the address of this said variable. As mention this code is compiled with clang-cl for windows in 64bit, generating a BC file. When loading this file with my JIT-Client I get some undefined references which I could resolve - besides from two: "__emutls_get_address" and "__emutls_v.xyz_" (xyz is just a place holder - don't remember what was written there) I tried researching a bit and... I think this functions are related to emulating TLS? So I look into the IR file but noticed that these function where not mentioned there. So I assumed t...
2012 Nov 29
0
[LLVMdev] radr://12777299, "potential pthread/eh bug exposed by libsanitizer"
+glider The compiler hardly matters here, I would expect the same failures with clang. Alex, could you please take a look? --kcc On Thu, Nov 29, 2012 at 9:55 PM, Jack Howarth <howarth at bromo.med.uc.edu>wrote: > Nick, > Can you take a quick look at the asan_eh_bug.tar.bz testcase > I uploaded into the newly opened radr://12777299, "potential > pthread/eh bug exposed
2012 Nov 29
3
[LLVMdev] radr://12777299, "potential pthread/eh bug exposed by libsanitizer"
Nick, Can you take a quick look at the asan_eh_bug.tar.bz testcase I uploaded into the newly opened radr://12777299, "potential pthread/eh bug exposed by libsanitizer". The FSF gcc developers have ported llvm.org's asan code into FSF gcc (and are keeping it synced to the upstream llvm.org code). I have been helping with the darwin build and testing -fsanitize=address against the