From 8244c9c48923365d349eb176cf1bcf7075855b39 Mon Sep 17 00:00:00 2001 From: Sriraman Tallam Date: Wed, 9 May 2018 00:20:45 +0000 Subject: [PATCH] Fix test by adding -triple=x86_64-unknown-linux llvm-svn: 331828 --- lld/test/ELF/text-section-prefix.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/test/ELF/text-section-prefix.s b/lld/test/ELF/text-section-prefix.s index 578a504..b9e9a60 100644 --- a/lld/test/ELF/text-section-prefix.s +++ b/lld/test/ELF/text-section-prefix.s @@ -1,4 +1,4 @@ -# RUN: llvm-mc -filetype=obj %s -o %t +# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t # RUN: ld.lld -z keep-text-section-prefix %t -o %t2 # RUN: llvm-readelf -l %t2 | FileCheck %s # RUN: ld.lld %t -o %t3 -- 2.7.4