forked from OSchip/llvm-project
[JITLink][ELF] New ELF skip-debug-sections test requires asserts.
This should fix the failures on Release mode testers.
This commit is contained in:
parent
8356610f8d
commit
e5619065b8
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue