[all-commits] [llvm/llvm-project] e6e69f: [cfi-verify tests]: Skip two x86-only tests if x86...
Nico Weber via All-commits
all-commits at lists.llvm.org
Mon Sep 11 14:32:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6e69f3bd4b848da8c34e4418812c25fc8749950
https://github.com/llvm/llvm-project/commit/e6e69f3bd4b848da8c34e4418812c25fc8749950
Author: Nico Weber <thakis at chromium.org>
Date: 2023-09-11 (Mon, 11 Sep 2023)
Changed paths:
M llvm/unittests/tools/llvm-cfi-verify/FileAnalysis.cpp
Log Message:
-----------
[cfi-verify tests]: Skip two x86-only tests if x86 is not enabled
With this, check-llvm passes on an arm mac if x86 isn't in
LLVM_TARGETS_TO_BUILD.
This pattern to skip the tests if x86 isn't enabled is used
in every other test in this file.
More information about the All-commits
mailing list