[PATCH] D132410: [cross-project] Disable debug-types-section tests on Apple systems
Med Ismail Bennani via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 22 13:15:11 PDT 2022
mib added inline comments.
================
Comment at: cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/simplified_template_names.cpp:1
+// UNSUPPORTED: apple
// RUN: %clang %target_itanium_abi_host_triple %s -c -o - -gdwarf-4 -Xclang -gsimple-template-names=mangled -Xclang -debug-forward-template-params -std=c++20 \
----------------
You need to use `system-darwin` if you want to disable test for all apple platforms
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132410/new/
https://reviews.llvm.org/D132410
More information about the llvm-commits
mailing list