Hi,
I want to get d8 code coverage report.
I add "-fprofile-instr-generate -fcoverage-mapping" to toolchain.ninja
like this
```
rule cxx
command = ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD
-MF ${out}.d ${defines} ${include_dirs} -fprofile-instr-generate
-fcoverage-mapping ${cflags} ${cflags_cc} -c ${in} -o ${out}
description = CXX ${out}
depfile = ${out}.d
deps = gcc
```
but still can't get any coverage data after I recompile d8 and run it.
--
--
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 on the web visit
https://groups.google.com/d/msgid/v8-dev/5f70afc6-8f36-4b7c-aaba-2e2560043051n%40googlegroups.com.