Fix test by adding -triple=x86_64-unknown-linux

llvm-svn: 331828
This commit is contained in:
Sriraman Tallam 2018-05-09 00:20:45 +00:00
parent 47550bb1d6
commit 8244c9c489
1 changed files with 1 additions and 1 deletions

View File

@ -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