Patch 2 works when running:

export CC="$CLANG/clang"
export CXX="$CLANG/clang++"
export CC_host="$CLANG/clang"
export CXX_host="$CLANG/clang++"
export LINK="$CLANG/clang++"
export ASAN_SYMBOLIZER_PATH="$CLANG/llvm-symbolizer"
GYPFLAGS="-Dasan=1"  make -j32 ia32.release.check

But is there too much done? My original code was inspired by a similar config
for chromium:
https://code.google.com/p/chromium/codesearch#chromium/src/build/common.gypi&q=common.gypi&sq=package:chromium&l=3498

https://codereview.chromium.org/196943004/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to