[clang] 39221ad - [driver][clang] remove the check-time-trace test on the platform "PS4/PS5/Hexagon"
Junduo Dong via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 2 20:28:37 PDT 2022
Author: Junduo Dong
Date: 2022-09-02T20:27:35-07:00
New Revision: 39221ad55752c246bb8448a181847103432e12b2
URL: https://github.com/llvm/llvm-project/commit/39221ad55752c246bb8448a181847103432e12b2
DIFF: https://github.com/llvm/llvm-project/commit/39221ad55752c246bb8448a181847103432e12b2.diff
LOG: [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".
Added:
Modified:
clang/test/Driver/check-time-trace.cpp
Removed:
################################################################################
diff --git a/clang/test/Driver/check-time-trace.cpp b/clang/test/Driver/check-time-trace.cpp
index e0d1e935a733..3ff12981a97c 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 \
More information about the cfe-commits
mailing list