[PATCH] D101835: [llvm] llvm-tapi-diff
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 3 16:21:17 PDT 2021
thakis added inline comments.
================
Comment at: llvm/test/tools/llvm-tapi-diff/tapi-diff-matching-tbd.test:1
+; RUN: llvm-tapi-diff %S/Inputs/v4A.tbd %S/Inputs/v4A.tbd 2>&1 | FileCheck %s --allow-empty
+
----------------
Shouldn't you add llvm-tapi-diff to llvm/test/CMakeLists.txt to make sure it gets built when you build check-llvm? And to the `tools.extend(` bit in llvm/test/lit.cfg.py?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101835/new/
https://reviews.llvm.org/D101835
More information about the llvm-commits
mailing list