Skip to content

Commit

Permalink
[test] Drop redundant REQUIRES: x86-registered-target
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Feb 9, 2021
1 parent b48aea4 commit b799289
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions llvm/test/DebugInfo/Symbolize/ELF/symtab-file.s
Expand Up @@ -4,8 +4,6 @@
# RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t
# RUN: llvm-symbolizer --obj=%t 0 1 2 | FileCheck %s

# REQUIRES: x86-registered-target

## TODO Find the preceding STT_FILE symbol as the filename of a local symbol.
# CHECK: local1
# CHECK-NEXT: ??:0:0
Expand Down
2 changes: 0 additions & 2 deletions llvm/test/DebugInfo/Symbolize/ELF/symtab-ifunc.s
Expand Up @@ -3,8 +3,6 @@
# RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t
# RUN: llvm-symbolizer --obj=%t 0 1

# REQUIRES: x86-registered-target

# CHECK: g_ifunc
# CHECK-NEXT: ??:0:0
# CHECK-EMPTY:
Expand Down
2 changes: 0 additions & 2 deletions llvm/test/DebugInfo/Symbolize/ELF/symtab-ignored.s
Expand Up @@ -3,8 +3,6 @@
# RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t
# RUN: llvm-symbolizer --obj=%t 0 | FileCheck %s

# REQUIRES: x86-registered-target

# CHECK: b
# CHECK-NEXT: ??:0:0
# CHECK-EMPTY:
Expand Down
2 changes: 0 additions & 2 deletions llvm/test/DebugInfo/Symbolize/ELF/symtab-notype.s
Expand Up @@ -4,8 +4,6 @@
# RUN: llvm-symbolizer --obj=%t --inlines 0 1 2 3 4 5 6 7 | FileCheck %s
# RUN: llvm-symbolizer --obj=%t --no-inlines 0 1 2 3 4 5 6 7 | FileCheck %s

# REQUIRES: x86-registered-target

# CHECK: _start
# CHECK-NEXT: ??:0:0
# CHECK-EMPTY:
Expand Down

0 comments on commit b799289

Please sign in to comment.