search for: llvm_call_onc

Displaying 5 results from an estimated 5 matches for "llvm_call_onc".

Did you mean: llvm_call_once
2014 Nov 04
4
[LLVMdev] Issue with std::call_once in PPC64 platform
Hi all, I observe that r220932 (Removing the static initializer in ManagedStatic.cpp by using llvm_call_once to initialize the ManagedStatic mutex.) is causing tablegen to segfault in PPC platforms during static initialization. The crash happens while calling std::call_once introduced by this patch in the wrapper used in getManagedStaticMutex. I understand this call is buggy for some platforms (or prob...
2014 Nov 04
2
[LLVMdev] Issue with std::call_once in PPC64 platform
...t; > Copying Adhemerval in case he has heard of any related issues. > > Thanks, > Bill > > On Mon, 2014-11-03 at 20:19 -0500, Samuel F Antao wrote: > > Hi all, > > > > I observe that r220932 (Removing the static initializer in > > ManagedStatic.cpp by using llvm_call_once to initialize the > > ManagedStatic mutex.) is causing tablegen to segfault in PPC platforms > > during static initialization. The crash happens while calling > > std::call_once introduced by this patch in the wrapper used in > > getManagedStaticMutex. > > > >...
2014 Nov 04
2
[LLVMdev] Issue with std::call_once in PPC64 platform
...> > Thanks, > > > Bill > > > > > > On Mon, 2014-11-03 at 20:19 -0500, Samuel F Antao wrote: > > > > Hi all, > > > > > > > > I observe that r220932 (Removing the static initializer in > > > > ManagedStatic.cpp by using llvm_call_once to initialize the > > > > ManagedStatic mutex.) is causing tablegen to segfault in PPC > > platforms > > > > during static initialization. The crash happens while calling > > > > std::call_once introduced by this patch in the wrapper used in > > &gt...
2014 Nov 04
2
[LLVMdev] Issue with std::call_once in PPC64 platform
...Bill >>>>> >>>>> On Mon, 2014-11-03 at 20:19 -0500, Samuel F Antao wrote: >>>>>> Hi all, >>>>>> >>>>>> I observe that r220932 (Removing the static initializer in >>>>>> ManagedStatic.cpp by using llvm_call_once to initialize the >>>>>> ManagedStatic mutex.) is causing tablegen to segfault in PPC >>>> platforms >>>>>> during static initialization. The crash happens while calling >>>>>> std::call_once introduced by this patch in the wrapper...
2014 Nov 05
2
[LLVMdev] Issue with std::call_once in PPC64 platform
...>>> On Mon, 2014-11-03 at 20:19 -0500, Samuel F Antao wrote: >> >>>>>> Hi all, >> >>>>>> >> >>>>>> I observe that r220932 (Removing the static initializer in >> >>>>>> ManagedStatic.cpp by using llvm_call_once to initialize the >> >>>>>> ManagedStatic mutex.) is causing tablegen to segfault in PPC >> >>>> platforms >> >>>>>> during static initialization. The crash happens while calling >> >>>>>> std::call_once intr...