1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[Orc] Enable debug object tests only on x86_64 hosts

These tests rely on running IR code with an explicit x86_64 target triple. They won't work on other architectures. (They won't work for 32-bit processes on x86_64 hosts either. We will take care of this later.)

Differential Revision: https://reviews.llvm.org/D107640

(cherry picked from commit c5ab55f5331c9da3c352b61d10d2f8a470a08b5b)
This commit is contained in:
Stefan Gränitz 2021-08-06 12:34:31 +00:00 committed by Tom Stellard
parent 683bdb08a0
commit bf7908ca9b
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
; REQUIRES: x86_64
; RUN: lli --jit-kind=orc-lazy --per-module-lazy --jit-linker=rtdyld \
; RUN: --generate=__dump_jit_debug_descriptor %s | FileCheck %s
;

View File

@ -1,3 +1,5 @@
; REQUIRES: x86_64
; In-memory debug-object contains some basic DWARF
;
; RUN: lli --jit-kind=orc-lazy --per-module-lazy --jit-linker=rtdyld \