From 03a77d04b412df5cc2a43b9708466a4928df60b1 Mon Sep 17 00:00:00 2001 From: Yvan Roux Date: Wed, 9 Dec 2020 15:31:49 +0100 Subject: [PATCH] [LLD][ELF] Fix typo in relocation-model-pic.ll Should fix non-x86 bot failures. --- lld/test/ELF/lto/relocation-model-pic.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/test/ELF/lto/relocation-model-pic.ll b/lld/test/ELF/lto/relocation-model-pic.ll index f0eae46..d3242fd 100644 --- a/lld/test/ELF/lto/relocation-model-pic.ll +++ b/lld/test/ELF/lto/relocation-model-pic.ll @@ -1,4 +1,4 @@ -; REQUIRE: x86 +; REQUIRES: x86 ; RUN: llvm-as %s -o %t.o ; RUN: ld.lld %t.o -o %t -save-temps -shared -- 2.7.4