[JITLink][ELF] New ELF skip-debug-sections test requires asserts.
authorLang Hames <lhames@gmail.com>
Mon, 18 Jan 2021 04:27:27 +0000 (15:27 +1100)
committerLang Hames <lhames@gmail.com>
Mon, 18 Jan 2021 04:41:53 +0000 (15:41 +1100)
This should fix the failures on Release mode testers.

llvm/test/ExecutionEngine/JITLink/X86/ELF_skip_debug_sections.s

index 506bbdf..53132c4 100644 (file)
@@ -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
 #