[cross-project] Disable debug-types-section tests on Apple systems

The -fdebug-types-section flag is not supported on Apple platforms.

Reviewed By: Michael137

Differential Revision: https://reviews.llvm.org/D132410
This commit is contained in:
Felipe de Azevedo Piovezan 2022-08-24 07:30:30 -04:00
parent f202662ec3
commit 920e2e8271
3 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
// UNSUPPORTED: system-darwin
// 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 \
// RUN: | llvm-dwarfdump --verify -
// 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 -gmlt -fdebug-info-for-profiling \

View File

@ -1,3 +1,4 @@
// UNSUPPORTED: system-darwin
// RUN: rm -rf %t
// RUN: split-file %s %t
// RUN: mkdir %t/incl

View File

@ -5,7 +5,7 @@
// Test using the conditional controller (using \DexLimitSteps).
//
// The dbgeng driver doesn't support \DexLimitSteps yet.
// UNSUPPORTED: system-windows
// UNSUPPORTED: system-windows, system-darwin
//
// RUN: %dexter_regression_test -- %s | FileCheck %s
// CHECK: limit_steps_simple.cpp