From e5619065b8b8c441c0cbccbb81f5fa7857cf670a Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Mon, 18 Jan 2021 15:27:27 +1100 Subject: [PATCH] [JITLink][ELF] New ELF skip-debug-sections test requires asserts. This should fix the failures on Release mode testers. --- llvm/test/ExecutionEngine/JITLink/X86/ELF_skip_debug_sections.s | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/ExecutionEngine/JITLink/X86/ELF_skip_debug_sections.s b/llvm/test/ExecutionEngine/JITLink/X86/ELF_skip_debug_sections.s index 506bbdf..53132c4 100644 --- a/llvm/test/ExecutionEngine/JITLink/X86/ELF_skip_debug_sections.s +++ b/llvm/test/ExecutionEngine/JITLink/X86/ELF_skip_debug_sections.s @@ -1,3 +1,4 @@ +# REQUIRES: asserts # RUN: llvm-mc -triple=x86_64-pc-linux-gnu -filetype=obj -o %t %s # RUN: llvm-jitlink -debug-only=jitlink -noexec %t 2>&1 | FileCheck %s # -- 2.7.4