From 39221ad55752c246bb8448a181847103432e12b2 Mon Sep 17 00:00:00 2001 From: Junduo Dong Date: Fri, 2 Sep 2022 19:45:26 -0700 Subject: [PATCH] [driver][clang] remove the check-time-trace test on the platform "PS4/PS5/Hexagon" One of the test cases in that test is designed to test the compiling jobs with a linking stage, but the PS4/PS5/Hexagon platform requires an external linker that isn't present. So this test do not support the "PS4/PS5/Hexagon". --- clang/test/Driver/check-time-trace.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang/test/Driver/check-time-trace.cpp b/clang/test/Driver/check-time-trace.cpp index e0d1e93..3ff1298 100644 --- a/clang/test/Driver/check-time-trace.cpp +++ b/clang/test/Driver/check-time-trace.cpp @@ -1,3 +1,5 @@ +// UNSUPPORTED: ps4, ps5, hexagon + // RUN: rm -rf %T/exe && mkdir %T/exe // RUN: %clangxx -ftime-trace -ftime-trace-granularity=0 -o %T/exe/check-time-trace %s // RUN: cat %T/exe/check-time-trace*.json \ -- 2.7.4