From 389e93cfcdd7410566dc913e46e4a47e37574c05 Mon Sep 17 00:00:00 2001 From: Douglas Yung Date: Wed, 29 Mar 2023 12:09:28 -0700 Subject: [PATCH] Mark test added in D141824 as unsupported for PS4/PS5 as those platforms require an external linker that is not present. --- clang/test/Interpreter/dynamic-library.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4