Try putting an explicit "is_clang = false" into args.gn.
On Thu, Oct 26, 2017 at 10:17 AM <[email protected]> wrote: > hi, all: > > I config ninja to not using llvm&clang then compile, but failed due to > clang, please help me, thanks a lot in advance^_^ > > *I use `gn args out.gn/x64_dbg01` <http://out.gn/x64_dbg01> to edit my > config as*: > is_debug=true > target_cpu="x64" > v8_target_cpu="x64" > use_goma=false > use_lld=false > > *and attachment please find my configed args file x64_dbg01.arg.list. from > which we can make sure I configed `use_lld=false && is_clang=false`*: > use_lld > Current value = false > > is_clang > Current value (from the default) = false > > after configed, I use* `ninja -C out.gn/foo <http://out.gn/foo> d8` to > build v8, **attachment please find the compile log, and I find it failed > due to clang:* > > > > > *clang++: error: unable to execute command: Killedthat's all, thanks.* > > > > -- > -- > 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. > -- -- 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.
