[driver][clang] remove the check-time-trace test on the platform "PS4/PS5/Hexagon"
authorJunduo Dong <andj4cn@gmail.com>
Sat, 3 Sep 2022 02:45:26 +0000 (19:45 -0700)
committerJunduo Dong <andj4cn@gmail.com>
Sat, 3 Sep 2022 03:27:35 +0000 (20:27 -0700)
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

index e0d1e93..3ff1298 100644 (file)
@@ -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 \