[Offload] Change x86_64-pc-linux to x86_64-unknown-linux (#107023)
It appears that the RUNTIMES build prefers the x86-64-unknown-linux-gnu triple notation for the host. This fixes runtime / test breakages when compiler-rt is used as the CLANG_DEFAULT_RTLIB.
This commit is contained in:
parent
c80cabfcbe
commit
1a0cf245ac
@ -192,8 +192,8 @@ set (LIBOMPTARGET_ALL_TARGETS "${LIBOMPTARGET_ALL_TARGETS} powerpc64le-ibm-linux
|
||||
set (LIBOMPTARGET_ALL_TARGETS "${LIBOMPTARGET_ALL_TARGETS} powerpc64le-ibm-linux-gnu-LTO")
|
||||
set (LIBOMPTARGET_ALL_TARGETS "${LIBOMPTARGET_ALL_TARGETS} powerpc64-ibm-linux-gnu")
|
||||
set (LIBOMPTARGET_ALL_TARGETS "${LIBOMPTARGET_ALL_TARGETS} powerpc64-ibm-linux-gnu-LTO")
|
||||
set (LIBOMPTARGET_ALL_TARGETS "${LIBOMPTARGET_ALL_TARGETS} x86_64-pc-linux-gnu")
|
||||
set (LIBOMPTARGET_ALL_TARGETS "${LIBOMPTARGET_ALL_TARGETS} x86_64-pc-linux-gnu-LTO")
|
||||
set (LIBOMPTARGET_ALL_TARGETS "${LIBOMPTARGET_ALL_TARGETS} x86_64-unknown-linux-gnu")
|
||||
set (LIBOMPTARGET_ALL_TARGETS "${LIBOMPTARGET_ALL_TARGETS} x86_64-unknown-linux-gnu-LTO")
|
||||
set (LIBOMPTARGET_ALL_TARGETS "${LIBOMPTARGET_ALL_TARGETS} nvptx64-nvidia-cuda")
|
||||
set (LIBOMPTARGET_ALL_TARGETS "${LIBOMPTARGET_ALL_TARGETS} nvptx64-nvidia-cuda-LTO")
|
||||
set (LIBOMPTARGET_ALL_TARGETS "${LIBOMPTARGET_ALL_TARGETS} nvptx64-nvidia-cuda-JIT-LTO")
|
||||
|
@ -49,7 +49,7 @@ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "ppc64$")
|
||||
set(LIBOMPTARGET_SYSTEM_TARGETS "${LIBOMPTARGET_SYSTEM_TARGETS}" PARENT_SCOPE)
|
||||
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64$")
|
||||
list(APPEND LIBOMPTARGET_SYSTEM_TARGETS
|
||||
"x86_64-pc-linux-gnu" "x86_64-pc-linux-gnu-LTO")
|
||||
"x86_64-unknown-linux-gnu" "x86_64-unknown-linux-gnu-LTO")
|
||||
set(LIBOMPTARGET_SYSTEM_TARGETS "${LIBOMPTARGET_SYSTEM_TARGETS}" PARENT_SCOPE)
|
||||
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64$")
|
||||
list(APPEND LIBOMPTARGET_SYSTEM_TARGETS
|
||||
|
@ -1,8 +1,8 @@
|
||||
// RUN: %libomptarget-compile-run-and-check-x86_64-pc-linux-gnu
|
||||
// RUN: %libomptarget-compile-x86_64-pc-linux-gnu -DUNUSED -Wall -Werror
|
||||
// RUN: %libomptarget-compile-run-and-check-x86_64-unknown-linux-gnu
|
||||
// RUN: %libomptarget-compile-x86_64-unknown-linux-gnu -DUNUSED -Wall -Werror
|
||||
|
||||
// only run for x86_64 host offloading:
|
||||
// REQUIRES: x86_64-pc-linux-gnu
|
||||
// REQUIRES: x86_64-unknown-linux-gnu
|
||||
|
||||
#include <omp.h>
|
||||
#include <stdio.h>
|
||||
|
@ -188,8 +188,8 @@ def add_libraries(source):
|
||||
host_targets = [
|
||||
"aarch64-unknown-linux-gnu",
|
||||
"aarch64-unknown-linux-gnu-LTO",
|
||||
"x86_64-pc-linux-gnu",
|
||||
"x86_64-pc-linux-gnu-LTO",
|
||||
"x86_64-unknown-linux-gnu",
|
||||
"x86_64-unknown-linux-gnu-LTO",
|
||||
"s390x-ibm-linux-gnu",
|
||||
"s390x-ibm-linux-gnu-LTO",
|
||||
]
|
||||
|
@ -1,7 +1,7 @@
|
||||
// RUN: %libomptarget-compilexx-run-and-check-aarch64-unknown-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-powerpc64-ibm-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-powerpc64le-ibm-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-x86_64-pc-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-x86_64-unknown-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-nvptx64-nvidia-cuda
|
||||
|
||||
// UNSUPPORTED: clang
|
||||
|
@ -1,7 +1,7 @@
|
||||
// RUN: %libomptarget-compilexx-run-and-check-aarch64-unknown-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-powerpc64-ibm-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-powerpc64le-ibm-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-x86_64-pc-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-x86_64-unknown-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-nvptx64-nvidia-cuda
|
||||
|
||||
#include <cstdio>
|
||||
|
@ -1,7 +1,7 @@
|
||||
// RUN: %libomptarget-compilexx-run-and-check-aarch64-unknown-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-powerpc64-ibm-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-powerpc64le-ibm-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-x86_64-pc-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-x86_64-unknown-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-nvptx64-nvidia-cuda
|
||||
|
||||
#include <assert.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
// RUN: %libomptarget-compilexx-run-and-check-aarch64-unknown-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-powerpc64-ibm-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-powerpc64le-ibm-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-x86_64-pc-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-x86_64-unknown-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-nvptx64-nvidia-cuda
|
||||
|
||||
#include <cstdio>
|
||||
|
@ -1,7 +1,7 @@
|
||||
// RUN: %libomptarget-compilexx-run-and-check-aarch64-unknown-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-powerpc64-ibm-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-powerpc64le-ibm-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-x86_64-pc-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-x86_64-unknown-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-nvptx64-nvidia-cuda
|
||||
|
||||
#include <cstdio>
|
||||
|
@ -1,7 +1,7 @@
|
||||
// RUN: %libomptarget-compilexx-run-and-check-aarch64-unknown-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-powerpc64-ibm-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-powerpc64le-ibm-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-x86_64-pc-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-x86_64-unknown-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-nvptx64-nvidia-cuda
|
||||
|
||||
// REQUIRES: unified_shared_memory
|
||||
|
@ -1,7 +1,7 @@
|
||||
// RUN: %libomptarget-compilexx-run-and-check-aarch64-unknown-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-powerpc64-ibm-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-powerpc64le-ibm-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-x86_64-pc-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-x86_64-unknown-linux-gnu
|
||||
// RUN: %libomptarget-compilexx-run-and-check-nvptx64-nvidia-cuda
|
||||
|
||||
#include <cstdio>
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
! UNSUPPORTED: nvptx64-nvidia-cuda-LTO
|
||||
! UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
! UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
! UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
! UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
! UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
! UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
|
||||
! RUN: %libomptarget-compile-fortran-run-and-check-generic
|
||||
module test_0
|
||||
|
@ -5,8 +5,8 @@
|
||||
! UNSUPPORTED: nvptx64-nvidia-cuda-LTO
|
||||
! UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
! UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
! UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
! UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
! UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
! UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
|
||||
! RUN: %libomptarget-compile-fortran-run-and-check-generic
|
||||
|
||||
|
@ -5,8 +5,8 @@
|
||||
! UNSUPPORTED: nvptx64-nvidia-cuda-LTO
|
||||
! UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
! UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
! UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
! UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
! UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
! UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
|
||||
! RUN: %libomptarget-compile-fortran-run-and-check-generic
|
||||
program main
|
||||
|
@ -6,8 +6,8 @@
|
||||
! UNSUPPORTED: nvptx64-nvidia-cuda-LTO
|
||||
! UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
! UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
! UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
! UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
! UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
! UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
|
||||
! RUN: %libomptarget-compile-fortran-run-and-check-generic
|
||||
program main
|
||||
|
@ -6,8 +6,8 @@
|
||||
! UNSUPPORTED: nvptx64-nvidia-cuda-LTO
|
||||
! UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
! UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
! UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
! UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
! UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
! UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
|
||||
! RUN: %libomptarget-compile-fortran-run-and-check-generic
|
||||
program main
|
||||
|
@ -7,8 +7,8 @@
|
||||
! UNSUPPORTED: nvptx64-nvidia-cuda-LTO
|
||||
! UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
! UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
! UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
! UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
! UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
! UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
|
||||
! RUN: %libomptarget-compile-fortran-run-and-check-generic
|
||||
program main
|
||||
|
@ -6,8 +6,8 @@
|
||||
! UNSUPPORTED: nvptx64-nvidia-cuda-LTO
|
||||
! UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
! UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
! UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
! UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
! UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
! UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
|
||||
! RUN: %libomptarget-compile-fortran-run-and-check-generic
|
||||
program main
|
||||
|
@ -7,8 +7,8 @@
|
||||
! UNSUPPORTED: nvptx64-nvidia-cuda-LTO
|
||||
! UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
! UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
! UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
! UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
! UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
! UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
|
||||
! RUN: %libomptarget-compile-fortran-run-and-check-generic
|
||||
program main
|
||||
|
@ -6,8 +6,8 @@
|
||||
! UNSUPPORTED: nvptx64-nvidia-cuda-LTO
|
||||
! UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
! UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
! UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
! UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
! UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
! UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
|
||||
! RUN: %libomptarget-compile-fortran-run-and-check-generic
|
||||
program main
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
|
||||
// clang-format on
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
|
||||
|
||||
|
@ -1,14 +1,14 @@
|
||||
// clang-format off
|
||||
// RUN: %libomptarget-compileopt-generic
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_ALLOCATION_TRACES=1 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=CHECK,NDEBG
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_ALLOCATION_TRACES=1 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=CHECK,NDEBG
|
||||
// RUN: %libomptarget-compileopt-generic -g
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_ALLOCATION_TRACES=1 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=CHECK,DEBUG
|
||||
// clang-format on
|
||||
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
|
||||
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
|
||||
|
||||
|
@ -1,14 +1,14 @@
|
||||
// clang-format off
|
||||
// RUN: %libomptarget-compileopt-generic
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_ALLOCATION_TRACES=1 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=CHECK,NDEBG
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_ALLOCATION_TRACES=1 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=CHECK,NDEBG
|
||||
// RUN: %libomptarget-compileopt-generic -g
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_ALLOCATION_TRACES=1 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=CHECK,DEBUG
|
||||
// clang-format on
|
||||
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
|
||||
|
||||
|
@ -1,14 +1,14 @@
|
||||
// clang-format off
|
||||
// RUN: %libomptarget-compileopt-generic
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_ALLOCATION_TRACES=1 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=CHECK,NDEBG
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_ALLOCATION_TRACES=1 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=CHECK,NDEBG
|
||||
// RUN: %libomptarget-compileopt-generic -g
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_ALLOCATION_TRACES=1 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=CHECK,DEBUG
|
||||
// clang-format on
|
||||
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
|
||||
|
||||
@ -22,8 +22,8 @@ int main(void) {
|
||||
}
|
||||
|
||||
// clang-format off
|
||||
// CHECK: OFFLOAD ERROR: deallocation requires device memory but allocation was pinned host memory: 0x
|
||||
// CHECK: dataDelete
|
||||
// CHECK: OFFLOAD ERROR: deallocation requires device memory but allocation was pinned host memory: 0x
|
||||
// CHECK: dataDelete
|
||||
// CHECK: omp_target_free
|
||||
// NDEBG: main
|
||||
// DEBUG: main {{.*}}free_wrong_ptr_kind.c:22
|
||||
|
@ -1,14 +1,14 @@
|
||||
// clang-format off
|
||||
// RUN: %libomptarget-compileoptxx-generic
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_ALLOCATION_TRACES=1 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=CHECK,NDEBG
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_ALLOCATION_TRACES=1 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=CHECK,NDEBG
|
||||
// RUN: %libomptarget-compileoptxx-generic -g
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_ALLOCATION_TRACES=1 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=CHECK,DEBUG
|
||||
// clang-format on
|
||||
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
|
||||
|
||||
@ -26,7 +26,7 @@ int main(void) {
|
||||
|
||||
// clang-format off
|
||||
// CHECK: OFFLOAD ERROR: deallocation requires pinned host memory but allocation was managed memory: 0x
|
||||
// CHECK: dataDelete
|
||||
// CHECK: dataDelete
|
||||
// CHECK: llvm_omp_target_free_host
|
||||
// NDEBG: main
|
||||
// DEBUG: main {{.*}}free_wrong_ptr_kind.cpp:25
|
||||
|
@ -1,7 +1,6 @@
|
||||
|
||||
// clang-format off
|
||||
// RUN: %libomptarget-compile-generic
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_NUM_KERNEL_LAUNCH_TRACES=1 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=TRACE,NDEBG
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_NUM_KERNEL_LAUNCH_TRACES=1 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=TRACE,NDEBG
|
||||
// RUN: %not --crash %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=CHECK
|
||||
// RUN: %libomptarget-compile-generic -g
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_NUM_KERNEL_LAUNCH_TRACES=1 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=TRACE,DEBUG
|
||||
@ -12,8 +11,8 @@
|
||||
// UNSUPPORTED: nvptx64-nvidia-cuda-LTO
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
|
||||
|
||||
@ -36,12 +35,12 @@ int main(void) {
|
||||
}
|
||||
}
|
||||
// TRACE: Display 1 of the 3 last kernel launch traces
|
||||
// TRACE: Kernel 0: {{.*}} (__omp_offloading_{{.*}}_main_l30)
|
||||
// TRACE: Kernel 0: {{.*}} (__omp_offloading_{{.*}}_main_l29)
|
||||
// TRACE: launchKernel
|
||||
// NDEBG: main
|
||||
// DEBUG: main {{.*}}kernel_crash.c:30
|
||||
// DEBUG: main {{.*}}kernel_crash.c:29
|
||||
//
|
||||
// CHECK: Display last 3 kernels launched:
|
||||
// CHECK: Kernel 0: {{.*}} (__omp_offloading_{{.*}}_main_l30)
|
||||
// CHECK: Kernel 1: {{.*}} (__omp_offloading_{{.*}}_main_l27)
|
||||
// CHECK: Kernel 2: {{.*}} (__omp_offloading_{{.*}}_main_l24)
|
||||
// CHECK: Kernel 0: {{.*}} (__omp_offloading_{{.*}}_main_l29)
|
||||
// CHECK: Kernel 1: {{.*}} (__omp_offloading_{{.*}}_main_l26)
|
||||
// CHECK: Kernel 2: {{.*}} (__omp_offloading_{{.*}}_main_l23)
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
// clang-format off
|
||||
// RUN: %libomptarget-compileopt-generic
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_NUM_KERNEL_LAUNCH_TRACES=1 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=TRACE
|
||||
@ -12,8 +11,8 @@
|
||||
// UNSUPPORTED: nvptx64-nvidia-cuda-LTO
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
|
||||
|
||||
@ -34,7 +33,7 @@ int main(void) {
|
||||
#pragma omp taskwait
|
||||
}
|
||||
|
||||
// TRACE: Kernel {{.*}} (__omp_offloading_{{.*}}_main_l30)
|
||||
// TRACE: Kernel {{.*}} (__omp_offloading_{{.*}}_main_l29)
|
||||
// TRACE: launchKernel
|
||||
//
|
||||
// CHECK: Kernel {{[0-9]}}: {{.*}} (__omp_offloading_{{.*}}_main_l30)
|
||||
// CHECK: Kernel {{[0-9]}}: {{.*}} (__omp_offloading_{{.*}}_main_l29)
|
||||
|
@ -1,7 +1,6 @@
|
||||
|
||||
// clang-format off
|
||||
// RUN: %libomptarget-compile-generic
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_NUM_KERNEL_LAUNCH_TRACES=24 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=CHECK,NDEBG
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_NUM_KERNEL_LAUNCH_TRACES=24 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=CHECK,NDEBG
|
||||
// RUN: %libomptarget-compile-generic -g
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_NUM_KERNEL_LAUNCH_TRACES=16 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=CHECK,DEBUG
|
||||
// clang-format on
|
||||
@ -10,8 +9,8 @@
|
||||
// UNSUPPORTED: nvptx64-nvidia-cuda-LTO
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
|
||||
|
||||
@ -30,42 +29,42 @@ int main(void) {
|
||||
}
|
||||
}
|
||||
// CHECK: Display 8 of the 8 last kernel launch traces
|
||||
// CHECK: Kernel 0: {{.*}} (__omp_offloading_{{.*}}_main_l27)
|
||||
// CHECK: Kernel 0: {{.*}} (__omp_offloading_{{.*}}_main_l26)
|
||||
// CHECK: launchKernel
|
||||
// NDEBG: main
|
||||
// DEBUG: main {{.*}}kernel_crash_many.c:27
|
||||
// DEBUG: main {{.*}}kernel_crash_many.c:26
|
||||
//
|
||||
// CHECK: Kernel 1: {{.*}} (__omp_offloading_{{.*}}_main_l23)
|
||||
// CHECK: Kernel 1: {{.*}} (__omp_offloading_{{.*}}_main_l22)
|
||||
// CHECK: launchKernel
|
||||
// NDEBG: main
|
||||
// DEBUG: main {{.*}}kernel_crash_many.c:
|
||||
//
|
||||
// CHECK: Kernel 2: {{.*}} (__omp_offloading_{{.*}}_main_l23)
|
||||
// CHECK: Kernel 2: {{.*}} (__omp_offloading_{{.*}}_main_l22)
|
||||
// CHECK: launchKernel
|
||||
// NDEBG: main
|
||||
// DEBUG: main {{.*}}kernel_crash_many.c:
|
||||
//
|
||||
// CHECK: Kernel 3: {{.*}} (__omp_offloading_{{.*}}_main_l23)
|
||||
// CHECK: Kernel 3: {{.*}} (__omp_offloading_{{.*}}_main_l22)
|
||||
// CHECK: launchKernel
|
||||
// NDEBG: main
|
||||
// DEBUG: main {{.*}}kernel_crash_many.c:
|
||||
//
|
||||
// CHECK: Kernel 4: {{.*}} (__omp_offloading_{{.*}}_main_l23)
|
||||
// CHECK: Kernel 4: {{.*}} (__omp_offloading_{{.*}}_main_l22)
|
||||
// CHECK: launchKernel
|
||||
// NDEBG: main
|
||||
// DEBUG: main {{.*}}kernel_crash_many.c:
|
||||
//
|
||||
// CHECK: Kernel 5: {{.*}} (__omp_offloading_{{.*}}_main_l23)
|
||||
// CHECK: Kernel 5: {{.*}} (__omp_offloading_{{.*}}_main_l22)
|
||||
// CHECK: launchKernel
|
||||
// NDEBG: main
|
||||
// DEBUG: main {{.*}}kernel_crash_many.c:
|
||||
//
|
||||
// CHECK: Kernel 6: {{.*}} (__omp_offloading_{{.*}}_main_l23)
|
||||
// CHECK: Kernel 6: {{.*}} (__omp_offloading_{{.*}}_main_l22)
|
||||
// CHECK: launchKernel
|
||||
// NDEBG: main
|
||||
// DEBUG: main {{.*}}kernel_crash_many.c:
|
||||
//
|
||||
// CHECK: Kernel 7: {{.*}} (__omp_offloading_{{.*}}_main_l23)
|
||||
// CHECK: Kernel 7: {{.*}} (__omp_offloading_{{.*}}_main_l22)
|
||||
// CHECK: launchKernel
|
||||
// NDEBG: main
|
||||
// DEBUG: main {{.*}}kernel_crash_many.c:
|
||||
|
@ -1,7 +1,6 @@
|
||||
|
||||
// clang-format off
|
||||
// RUN: %libomptarget-compile-generic
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_NUM_KERNEL_LAUNCH_TRACES=1 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=TRACE,NDEBG
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_NUM_KERNEL_LAUNCH_TRACES=1 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=TRACE,NDEBG
|
||||
// RUN: %not --crash %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=CHECK
|
||||
// RUN: %libomptarget-compile-generic -g
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_NUM_KERNEL_LAUNCH_TRACES=1 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=TRACE,DEBUG
|
||||
@ -12,8 +11,8 @@
|
||||
// UNSUPPORTED: nvptx64-nvidia-cuda-LTO
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
|
||||
|
||||
@ -27,10 +26,10 @@ int main(void) {
|
||||
}
|
||||
}
|
||||
// TRACE: Display kernel launch trace
|
||||
// TRACE: Kernel {{.*}} (__omp_offloading_{{.*}}_main_l24)
|
||||
// TRACE: Kernel {{.*}} (__omp_offloading_{{.*}}_main_l23)
|
||||
// TRACE: launchKernel
|
||||
// NDEBG: main
|
||||
// DEBUG: main {{.*}}kernel_crash_single.c:24
|
||||
// DEBUG: main {{.*}}kernel_crash_single.c:23
|
||||
//
|
||||
// CHECK: Display only launched kernel:
|
||||
// CHECK: Kernel {{.*}} (__omp_offloading_{{.*}}_main_l24)
|
||||
// CHECK: Kernel {{.*}} (__omp_offloading_{{.*}}_main_l23)
|
||||
|
@ -12,8 +12,8 @@
|
||||
// UNSUPPORTED: nvptx64-nvidia-cuda-LTO
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
// UNSUPPORTED: nvptx64-nvidia-cuda-LTO
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
// UNSUPPORTED: nvptx64-nvidia-cuda-LTO
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
|
||||
// clang-format off
|
||||
// RUN: %libomptarget-compile-generic
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_NUM_KERNEL_LAUNCH_TRACES=24 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=TRACE,NDEBG
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_NUM_KERNEL_LAUNCH_TRACES=24 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=TRACE,NDEBG
|
||||
// RUN: %libomptarget-compile-generic -g
|
||||
// RUN: %not --crash env -u LLVM_DISABLE_SYMBOLIZATION OFFLOAD_TRACK_NUM_KERNEL_LAUNCH_TRACES=16 %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefixes=TRACE,DEBUG
|
||||
// clang-format on
|
||||
@ -10,8 +9,8 @@
|
||||
// UNSUPPORTED: nvptx64-nvidia-cuda-LTO
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
|
||||
|
||||
@ -29,7 +28,7 @@ int main(void) {
|
||||
__builtin_trap();
|
||||
}
|
||||
}
|
||||
// TRACE: OFFLOAD ERROR: Kernel {{.*}} (__omp_offloading_{{.*}}_main_l27)
|
||||
// TRACE: OFFLOAD ERROR: Kernel {{.*}} (__omp_offloading_{{.*}}_main_l26)
|
||||
// TRACE: OFFLOAD ERROR: execution interrupted by hardware trap instruction
|
||||
// TRACE: launchKernel
|
||||
// NDEBG: main
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
|
||||
|
||||
|
@ -5,8 +5,8 @@
|
||||
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
|
||||
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
|
||||
|
||||
|
@ -5,8 +5,8 @@
|
||||
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu
|
||||
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu
|
||||
// UNSUPPORTED: x86_64-unknown-linux-gnu-LTO
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu
|
||||
// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user