We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81faa9f commit 3619d0bCopy full SHA for 3619d0b
samples/src/cpp-baremetal-semihosting-prof/make.bat
@@ -37,8 +37,8 @@
37
@call :build_fn
38
:do_run
39
qemu-system-arm.exe -M microbit -semihosting -nographic -device loader,file=hello.hex
40
-llvm-profdata.exe merge -sparse default.profraw -o hello.profdata
41
-llvm-cov.exe show hello.elf -instr-profile=hello.profdata
+%BIN_PATH%\llvm-profdata.exe merge -sparse default.profraw -o hello.profdata
+%BIN_PATH%\llvm-cov.exe show hello.elf -instr-profile=hello.profdata
42
@exit /B
43
44
:clean
0 commit comments