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 \


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to