Skip to content

Commit

Permalink
XFAIL new test available_externally_alias.ll on NVPTX
Browse files Browse the repository at this point in the history
(cherry picked from commit e302c04)
  • Loading branch information
hahnjo authored and tstellar committed Feb 8, 2023
1 parent 03d030b commit c41085e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions llvm/test/CodeGen/Generic/available_externally_alias.ll
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
; RUN: llc < %s

; NVPTX does not support 'alias' yet
; XFAIL: target=nvptx{{.*}}

@v = available_externally global i32 42, align 4
@va = available_externally alias i32, ptr @v

Expand Down

0 comments on commit c41085e

Please sign in to comment.