search for: llvh

Displaying 1 result from an estimated 1 matches for "llvh".

Did you mean: llva
2012 Dec 12
1
[LLVMdev] providing llvm gcc built-in function implementation...
Let me explain briefly my issue: While working on my project ( OSX, llvh gcc 4.2), I run into the compilation error: " .. Undefined symbols for architecture x86_64: ___sync_bool_compare_and_swap_16", referenced from: ... " I decided that the function is declared, but not implemented for uint128_t. So, I implemented the function, and the code is...