Add "REQUIRES: x86" to test as it calls llc with an x86_64 triple.
This commit is contained in:
parent
1e082a4a9c
commit
e81e5d788c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue