Skip to content

Commit

Permalink
[JITLink][COFF] Add missing REQUIRES: asserts.
Browse files Browse the repository at this point in the history
This fixes the buildbot failure in release only buildbots.
  • Loading branch information
sunho committed Jul 12, 2022
1 parent 1032d34 commit e8f52b8
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions llvm/test/ExecutionEngine/JITLink/X86/COFF_abs.s
@@ -1,3 +1,4 @@
# REQUIRES: asserts
# RUN: llvm-mc -filetype=obj -triple=x86_64-windows-msvc %s -o %t
# RUN: llvm-jitlink --debug-only=jitlink -noexec %t 2>&1 | FileCheck %s
#
Expand Down
1 change: 1 addition & 0 deletions llvm/test/ExecutionEngine/JITLink/X86/COFF_comdat_any.test
@@ -1,3 +1,4 @@
# REQUIRES: asserts
# RUN: yaml2obj %s -o %t
# RUN: llvm-jitlink -noexec --debug-only=jitlink -noexec %t 2>&1 | FileCheck %s
#
Expand Down
@@ -1,3 +1,4 @@
# REQUIRES: asserts
# RUN: yaml2obj %s -o %t
# RUN: llvm-jitlink -noexec --debug-only=jitlink -noexec %t 2>&1
#
Expand Down
@@ -1,3 +1,4 @@
# REQUIRES: asserts
# RUN: yaml2obj %s -o %t
# RUN: llvm-jitlink -noexec --debug-only=jitlink -noexec %t 2>&1 | FileCheck %s
#
Expand Down
@@ -1,3 +1,4 @@
# REQUIRES: asserts
# XFAIL: *
# RUN: yaml2obj %s -o %t
# RUN: llvm-jitlink -noexec --debug-only=jitlink -noexec %t 2>&1
Expand Down
@@ -1,3 +1,4 @@
# REQUIRES: asserts
# RUN: yaml2obj %s -o %t
# RUN: llvm-jitlink -noexec --debug-only=jitlink -noexec %t 2>&1 | FileCheck %s
#
Expand Down
@@ -1,3 +1,4 @@
# REQUIRES: asserts
# RUN: yaml2obj %s -o %t
# RUN: llvm-jitlink -noexec --debug-only=jitlink -noexec %t 2>&1 | FileCheck %s
#
Expand Down
1 change: 1 addition & 0 deletions llvm/test/ExecutionEngine/JITLink/X86/COFF_comdat_weak.s
@@ -1,3 +1,4 @@
# REQUIRES: asserts
# RUN: llvm-mc -filetype=obj -triple=x86_64-windows-msvc %s -o %t
# RUN: llvm-jitlink --debug-only=jitlink -noexec %t 2>&1 | FileCheck %s
#
Expand Down
1 change: 1 addition & 0 deletions llvm/test/ExecutionEngine/JITLink/X86/COFF_common_symbol.s
@@ -1,3 +1,4 @@
# REQUIRES: asserts
# RUN: llvm-mc -filetype=obj -triple=x86_64-windows-msvc %s -o %t
# RUN: llvm-jitlink --debug-only=jitlink -noexec %t 2>&1 | FileCheck %s
#
Expand Down
1 change: 1 addition & 0 deletions llvm/test/ExecutionEngine/JITLink/X86/COFF_external_func.s
@@ -1,3 +1,4 @@
# REQUIRES: asserts
# RUN: llvm-mc -filetype=obj -triple=x86_64-windows-msvc %s -o %t
# RUN: llvm-jitlink -abs func=0xcafef00d --debug-only=jitlink -noexec %t 2>&1 | FileCheck %s
#
Expand Down
1 change: 1 addition & 0 deletions llvm/test/ExecutionEngine/JITLink/X86/COFF_external_var.s
@@ -1,3 +1,4 @@
# REQUIRES: asserts
# RUN: llvm-mc -filetype=obj -triple=x86_64-windows-msvc %s -o %t
# RUN: llvm-jitlink -abs var=0xcafef00d --debug-only=jitlink -noexec %t 2>&1 | FileCheck %s
#
Expand Down
1 change: 1 addition & 0 deletions llvm/test/ExecutionEngine/JITLink/X86/COFF_file_debug.s
@@ -1,3 +1,4 @@
# REQUIRES: asserts
# RUN: llvm-mc -filetype=obj -triple=x86_64-windows-msvc %s -o %t
# RUN: llvm-jitlink -abs func=0xcafef00d --debug-only=jitlink -noexec %t 2>&1 | FileCheck %s
#
Expand Down
1 change: 1 addition & 0 deletions llvm/test/ExecutionEngine/JITLink/X86/COFF_static_var.s
@@ -1,3 +1,4 @@
# REQUIRES: asserts
# RUN: llvm-mc -filetype=obj -triple=x86_64-windows-msvc %s -o %t
# RUN: llvm-jitlink -abs var=0xcafef00d --debug-only=jitlink -noexec %t 2>&1 | FileCheck %s
#
Expand Down
1 change: 1 addition & 0 deletions llvm/test/ExecutionEngine/JITLink/X86/COFF_weak_external.s
@@ -1,3 +1,4 @@
# REQUIRES: asserts
# RUN: llvm-mc -filetype=obj -triple=x86_64-windows-msvc %s -o %t
# RUN: llvm-jitlink -abs var=0xcafef00d --debug-only=jitlink -noexec %t 2>&1 | FileCheck %s
#
Expand Down

0 comments on commit e8f52b8

Please sign in to comment.