[llvm-dev] Compiling for AARCH64 (VMA=42)

Renato Golin via llvm-dev llvm-dev at lists.llvm.org
Wed Nov 25 09:29:31 PST 2015


On 25 November 2015 at 17:19, Simone Atzeni via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> cmake -G "Ninja" -D SANITIZER_AARCH64_VMA=42 ..

Hi Simone,

That should actually be in CFLAGS:

-DCMAKE_C_FLAGS='-DSANITIZER_AARCH64_VMA=42'
-DCMAKE_CXX_FLAGS='-DSANITIZER_AARCH64_VMA=42'

It's a bit messy, sorry about that, but we're working on making the
VMA settings automatic without flags.

cheers,
--renato


More information about the llvm-dev mailing list