search for: cxa_guard

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

2013 Apr 27
0
[LLVMdev] initializer for function local static variable called enclosing function
...tion" The code is like this, static bool isDumpEnabled = getenv("env_dump_something") ! = 0 When executing this code, this error occurred once. But I don't know why. I had a look at the code in this page, http://www.opensource.apple.com/source/libcppabi/libcppabi-26/src/cxa_guard.cxx It seems the error is because that initializing static variable twice in one thread. Is that possible, or it is a optimization error for llvm? Any tips are welcome! -- You'll succeed if you try your best. -------------- next part -------------- An HTML attachment was scrubbed... URL...
2014 Oct 07
2
[LLVMdev] Can libc++ build for arm cross compiler?
...le: /home/cschen/test/libcxx-scripts/libcxxabi/src/cxa_demangle.cpp > compile: /home/cschen/test/libcxx-scripts/libcxxabi/src/cxa_exception.cpp > compile: > /home/cschen/test/libcxx-scripts/libcxxabi/src/cxa_exception_storage.cpp > compile: /home/cschen/test/libcxx-scripts/libcxxabi/src/cxa_guard.cpp > compile: /home/cschen/test/libcxx-scripts/libcxxabi/src/cxa_handlers.cpp > compile: /home/cschen/test/libcxx-scripts/libcxxabi/src/cxa_new_delete.cpp > compile: /home/cschen/test/libcxx-scripts/libcxxabi/src/cxa_personality.cpp > compile: /home/cschen/test/libcxx-scripts/libcxxabi...
2014 Oct 03
3
[LLVMdev] Can libc++ build for arm cross compiler?
On 10/3/14 10:16 AM, Dan Albert wrote: >> >> I try to build libc++ and libc++abi for host x86_64(linux) and target >> arm(linux) but fail. >> > > Failing in what way? If this isn't working out of the box, we've done > something wrong. Yeah, it would help to know more specifics about where you're getting stuck. > > jroelofs might know more... For