时间数据存储在 test_exec_root 目录下的 .lit_test_times.txt 文件中。如果该文件不存在,lit 将检查 test_source_root 目录中的文件,以便在干净构建时加速测试。 • --per-test-coverage 生成按测试用例划分的必要测试覆盖率数据(这涉及为每个 RUN 设置唯一的 LLVM_PROFILE_FILE 值)。覆盖率数据文件将输出...
cmake -DCMAKE_C_COMPILER=${TEST_LLVM}/bin/clang -DCMAKE_CXX_COMPILER=${TEST_LLVM}/bin/clang++ -DCMAKE_Fortran_COMPILER=${TEST_LLVM}/bin/flang-new -DTEST_SUITE_COLLECT_CODE_SIZE:STRING=OFF -DTEST_SUITE_SUBDIRS:STRING="Fortran" -DTEST_SUITE_FORTRAN:STRING=ON -DTEST_SUITE_LIT=/tmp...
将会在llvm/test/Transforms/Utils/helloworld.ll中添加一个lit测试。 实现代码如下所示: $ cat llvm/test/Transforms/Utils/helloworld.ll; RUN: opt -disable-output -passes=helloworld %s 2>&1 | FileCheck %s; CHECK: {{^}}foo{{$}}def...
llvm-lit扫描文件以执行 shell 命令。文件包含用作测试输入的源代码,例如 LLVM IR。文件中嵌入了由llvm-lit执行的编译命令。然后验证此步骤的输出,通常借助FileCheck实用程序的帮助。这个实用程序从一个文件中读取检查语句,并将它们与另一个文件进行匹配。LIT 测试本身位于test目录下的子目录中,大致遵循lib目录的结构。
在test/CodeGen/ARM 中,这个文件lit.local.cfg 是内容是: config.suffixes= ['.ll','.c','.cpp','.test'] ifnot'MetaX'inconfig.root.targets: config.unsupported=True 测试约束 有些测试只能在特定的配置中运行,例如使用调试构建或在特定的平台上运行。使用 REQUIRES 和 UNSUPPORTED 控制何时启用测试。
就可以单独运行这个测试。或者在llvm-lit后面跟上一个测试目录,llvm-lit可以运行这个目录下的所有测试用例。 如果在运行llvm-lit的三个时候碰到了bash: ./llvm-lit: Permission denied 这个错误,那么可以使用$>chmod +x llvm-lit命令。 LLVM官方介绍测试的文档:http://llvm.org/docs/TestingGuide.html...
llvm_test_ - 基于 LLVM 的回归测试,健全检察。 llvm_suite_ - 正确性,性能和基准测试套件。 llvm_tools_ - 基于 lib 构建的可以执行文件,用户通过这些程序进行交互,-help 可以查看各个工具详细使用。 llvm_utils_ - LLVM 源代码的实用工具,比如,查找 LLC 和 LLI 生成代码差异工具, Vim 或 Emacs 的语法高亮...
One thing I just noticed: isn'tenable_benchmarkssupposed to be substituted at the top oflibcxx/test/configs/cmake-bridge.cfg.inin@SERIALIZED_LIT_PARAMS@? However, when I look at the top of the generated file, there's nothing: in my case it starts with ...
# Install lit - note that this installs lit globally pip install lit Running the tests is as simple as:$ lit <build_dir>/test Voilà! You should see all tests passing.Plugins (Linux vs Mac OS)In llvm-tutor every LLVM pass is implemented in a separate shared object (here you can ...
> make.log \cp -rf /tmp/run/llvm-test-suite/llvm-test-suite/litsupport . \cp -f /tmp...