Add "REQUIRES: x86" to test as it calls llc with an x86_64 triple.

This commit is contained in:
Douglas Yung 2022-03-02 11:11:52 -08:00
parent 1e082a4a9c
commit e81e5d788c
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
; REQUIRES: x86
; RUN: llc -mtriple x86_64-windows-msvc -filetype obj -o %t.obj %s
; RUN: lld-link /nodefaultlib /noentry /dll /debug /out:%t.exe /pdb:%t.pdb %t.obj
; RUN: llvm-pdbutil dump -type-index=0x7c %t.pdb