[RuntimeDyld] Require x86_64-linux for IFUNC test
authorMoritz Sichert <sichert@in.tum.de>
Wed, 2 Nov 2022 11:08:52 +0000 (12:08 +0100)
committerMoritz Sichert <sichert@in.tum.de>
Wed, 2 Nov 2022 11:10:59 +0000 (12:10 +0100)
This test was introduced by a667aa4de041816cb4865bce8f523228f2332ffa. It
assumes that it runs on x86_64 on linux, so require that for the test.

llvm/test/ExecutionEngine/RuntimeDyld/X86/ELF_STT_GNU_IFUNC.s

index ed8eb88..adcd276 100644 (file)
@@ -1,3 +1,4 @@
+# REQUIRES: x86_64-linux
 # RUN: rm -rf %t && mkdir -p %t
 # RUN: split-file %s %t
 # RUN: llvm-mc -triple=x86_64-unknown-linux-gnu -filetype=obj -o %t/test_runner.o %t/test_runner.s