Skip to content

Commit

Permalink
Restore REQUIRES: default_triple to a test
Browse files Browse the repository at this point in the history
This was accidentally removed as part of 7683a08 "Remove lit
feature object-emission"

7683a08 Remove lit feature object-emission
  • Loading branch information
bogner committed Mar 3, 2020
1 parent 9f8a7e8 commit 831fe8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/test/DebugInfo/debuglineinfo-path.ll
Expand Up @@ -3,6 +3,7 @@
; On powerpc llvm-nm describes win_func as a global variable, not a function. It breaks the test.
; It is not essential to DWARF path handling code we're testing here.
; UNSUPPORTED: powerpc
; REQUIRES: default_triple
; RUN: %llc_dwarf -O0 -filetype=obj -o %t < %s
; RUN: llvm-nm --radix=o %t | grep posix_absolute_func > %t.posix_absolute_func
; RUN: llvm-nm --radix=o %t | grep posix_relative_func > %t.posix_relative_func
Expand Down

0 comments on commit 831fe8d

Please sign in to comment.