Re: [cfe-users] Integrated assembler, -arch i386 and ILP32

2015-11-30 Thread Jeffrey Walton via cfe-users
> BOOL_X32 is set when __ILP32__ is defined. BOOL_X86 is defined when > __i386__ (and friends) is defined. BOOL_X64 is defined when __x86_64__ > (and friends) is defined. We set the conditions based on " System V > Application Binary Interface, AMD64 (With LP64 and ILP32 Programming > Models)", htt

[cfe-users] Integrated assembler, -arch i386 and ILP32

2015-11-30 Thread Jeffrey Walton via cfe-users
Hi Everyone, We took a bug report on some line assembly code (https://github.com/weidai11/cryptopp/issues/72). I have two questions at the end on Clang, Apple and ILP32. The code performs the following: asm volatile ( // save ebx in case -fPIC is being used

Re: [cfe-users] Clang memory sanitizer: llvm-symbolizer problem

2015-11-30 Thread Schlottke-Lakemper, Michael via cfe-users
On 26 Nov 2015, at 17:43 , Kevin P. Fleming mailto:ke...@kpfleming.us>> wrote: Instead of putting the directory that contains libc++/libc++abi into LD_LIBRARY_PATH, use the system's 'normal' method of locating libraries, by ensuring that directory is included in the search path built up from