Skip to content

Commit

Permalink
[Orc] Enable debug object tests only on x86_64 hosts
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weliveindetail committed Aug 11, 2021
1 parent 8c50b5f commit c5ab55f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
@@ -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
;
Expand Down
@@ -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 \
Expand Down

0 comments on commit c5ab55f

Please sign in to comment.