forked from OSchip/llvm-project
[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".
This commit is contained in:
parent
e3018e4a4f
commit
39221ad557
|
@ -1,3 +1,5 @@
|
||||||
|
// UNSUPPORTED: ps4, ps5, hexagon
|
||||||
|
|
||||||
// RUN: rm -rf %T/exe && mkdir %T/exe
|
// RUN: rm -rf %T/exe && mkdir %T/exe
|
||||||
// RUN: %clangxx -ftime-trace -ftime-trace-granularity=0 -o %T/exe/check-time-trace %s
|
// RUN: %clangxx -ftime-trace -ftime-trace-granularity=0 -o %T/exe/check-time-trace %s
|
||||||
// RUN: cat %T/exe/check-time-trace*.json \
|
// RUN: cat %T/exe/check-time-trace*.json \
|
||||||
|
|
Loading…
Reference in New Issue