From: Douglas Yung Date: Wed, 29 Mar 2023 19:09:28 +0000 (-0700) Subject: Mark test added in D141824 as unsupported for PS4/PS5 as those platforms require... X-Git-Tag: upstream/17.0.6~13285 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=389e93cfcdd7410566dc913e46e4a47e37574c05;p=platform%2Fupstream%2Fllvm.git Mark test added in D141824 as unsupported for PS4/PS5 as those platforms require an external linker that is not present. --- diff --git a/clang/test/Interpreter/dynamic-library.cpp b/clang/test/Interpreter/dynamic-library.cpp index 794cccc..145c58b 100644 --- a/clang/test/Interpreter/dynamic-library.cpp +++ b/clang/test/Interpreter/dynamic-library.cpp @@ -1,4 +1,5 @@ // REQUIRES: host-supports-jit, system-linux +// UNSUPPORTED: target={{.*-(ps4|ps5)}} // RUN: %clang -xc++ -o %T/libdynamic-library-test.so -fPIC -shared -DLIBRARY %S/Inputs/dynamic-library-test.cpp // RUN: cat %s | env LD_LIBRARY_PATH=%T:$LD_LIBRARY_PATH clang-repl | FileCheck %s