Author: Douglas Yung
Date: 2023-03-29T12:09:28-07:00
New Revision: 389e93cfcdd7410566dc913e46e4a47e37574c05

URL: 
https://github.com/llvm/llvm-project/commit/389e93cfcdd7410566dc913e46e4a47e37574c05
DIFF: 
https://github.com/llvm/llvm-project/commit/389e93cfcdd7410566dc913e46e4a47e37574c05.diff

LOG: Mark test added in D141824 as unsupported for PS4/PS5 as those platforms 
require an external linker that is not present.

Added: 
    

Modified: 
    clang/test/Interpreter/dynamic-library.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/Interpreter/dynamic-library.cpp 
b/clang/test/Interpreter/dynamic-library.cpp
index 794ccccf72d5..145c58bc2ae2 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


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

Reply via email to