Skip to content

Commit

Permalink
Stop using triple substrings in UNSUPPORTED
Browse files Browse the repository at this point in the history
With LLVM 16 and https://reviews.llvm.org/D141007, this will not be
supported anymore. As a replacement, use system-{darwin,linux,windows}.
  • Loading branch information
hahnjo authored and jenkins committed Aug 14, 2023
1 parent 0b175d1 commit bb45512
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/DynamicLibraryManager/callable_lib_L_AB_subst.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// LICENSE.TXT for details.
//------------------------------------------------------------------------------

// UNSUPPORTED: macos
// UNSUPPORTED: system-darwin
// RUN: mkdir -p %t-dir/rlib
// RUN: mkdir -p %t-dir/lib
// RUN: %clang -shared -DCLING_EXPORT=%dllexport %S/call_lib_A.c -o%t-dir/rlib/libcall_lib_A%shlibext
Expand Down
2 changes: 1 addition & 1 deletion test/DynamicLibraryManager/callable_lib_L_AB_subst1.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// LICENSE.TXT for details.
//------------------------------------------------------------------------------

// UNSUPPORTED: windows, linux
// UNSUPPORTED: system-windows, system-linux
// RUN: mkdir -p %t-dir/rlib
// RUN: mkdir -p %t-dir/lib
// RUN: %clang -shared -DCLING_EXPORT=%dllexport %S/call_lib_A.c -o%t-dir/rlib/libcall_lib_A%shlibext
Expand Down
2 changes: 1 addition & 1 deletion test/DynamicLibraryManager/callable_lib_L_AB_subst2.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// LICENSE.TXT for details.
//------------------------------------------------------------------------------

// UNSUPPORTED: windows, linux
// UNSUPPORTED: system-windows, system-linux
// RUN: mkdir -p %t-dir/rlib
// RUN: mkdir -p %t-dir/lib
// RUN: %clang -shared -DCLING_EXPORT=%dllexport %S/call_lib_A.c -o%t-dir/rlib/libcall_lib_A%shlibext
Expand Down
2 changes: 1 addition & 1 deletion test/DynamicLibraryManager/callable_lib_L_AB_subst3.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// LICENSE.TXT for details.
//------------------------------------------------------------------------------

// UNSUPPORTED: windows
// UNSUPPORTED: system-windows
// RUN: mkdir -p %t-dir/rlib
// RUN: mkdir -p %t-dir/lib
// RUN: %clang -shared -DCLING_EXPORT=%dllexport %S/call_lib_A.c -o%t-dir/rlib/libcall_lib_A%shlibext
Expand Down
2 changes: 1 addition & 1 deletion test/DynamicLibraryManager/callable_lib_L_AB_subst4.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// LICENSE.TXT for details.
//------------------------------------------------------------------------------

// UNSUPPORTED: windows
// UNSUPPORTED: system-windows
// RUN: mkdir -p %t-dir/rlib
// RUN: mkdir -p %t-dir/lib
// RUN: %clang -shared -DCLING_EXPORT=%dllexport %S/call_lib_A.c -o%t-dir/rlib/libcall_lib_A%shlibext
Expand Down

0 comments on commit bb45512

Please sign in to comment.