Mark test added in D141824 as unsupported for PS4/PS5 as those platforms require...
authorDouglas Yung <douglas.yung@sony.com>
Wed, 29 Mar 2023 19:09:28 +0000 (12:09 -0700)
committerDouglas Yung <douglas.yung@sony.com>
Wed, 29 Mar 2023 19:09:28 +0000 (12:09 -0700)
clang/test/Interpreter/dynamic-library.cpp

index 794cccc..145c58b 100644 (file)
@@ -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