gpt4 book ai didi

linux - llvm-cov 和 "unknown command line argument: -format=html"

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:36:05 24 4
gpt4 key购买 nike

我使用 llvm 实用程序进行了代码覆盖率测试。之后,我需要做一个html封面文件。我用了命令

llvm-cov show test -instr-profile=default.profdata -format=html > report.html

然后我收到以下错误:

Unknown command line argument '-format=html'.

我该如何解决我的问题?

最佳答案

根据documentation语法是

llvm-cov show [options] -instr-profile PROFILE BIN [-object BIN,…] [[-object BIN]] [SOURCES]

因此选项 -format=html 需要放在配置文件和二进制名称之前。

llvm-cov show -format=html -instr-profile default.profdata test > report.html

关于linux - llvm-cov 和 "unknown command line argument: -format=html",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48836364/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com