Add missing REQUIRES: x86.

llvm-svn: 333043
This commit is contained in:
Peter Collingbourne 2018-05-22 23:30:44 +00:00
parent 4b96935bd7
commit 52d0abd781
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
# RUN: ld.lld %t -o %t2 --icf=all --ignore-data-address-equality --print-icf-sections | FileCheck %s