Hi, I noticed that fuzzilli code not in d8.ninja and other such compiler
ninja, and only in v8_base_without_compiler.ninja
```
~/v8_src.main/v8/out/2/obj on ⌚ 10:48:18
$ grep -ri 'cov.o' . -l
./v8_base_without_compiler.ninja
./d8/d8.o
./wee8.ninja
./libv8_base_without_compiler.a
git_prompt_info:21: character not in range
~/v8_src.main/v8/out/2/obj on ⌚ 10:48:22
$ grep -ri 'fuzzilli.o' . -l
./v8_base_without_compiler.ninja
./wee8.ninja
./libv8_base_without_compiler.a
git_prompt_info:21: character not in range
~/v8_src.main/v8/out/2/obj on ⌚ 10:48:27
$ ..
git_prompt_info:21: character not in range
~/v8_src.main/v8/out/2 on ⌚ 10:49:40
$ grep -ri 'fuzzilli.o' . -l
./.ninja_log
./obj/v8_base_without_compiler.ninja
./obj/wee8.ninja
./obj/libv8_base_without_compiler.a
./.ninja_deps
git_prompt_info:21: character not in range
```
Does this mean that code coverage only be checked for the
v8_base_without_compiler submodule?
--
--
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].
To view this discussion visit
https://groups.google.com/d/msgid/v8-dev/9ad37d59-d2a8-4ecc-bbcf-a1086c6c919bn%40googlegroups.com.