forked from OSchip/llvm-project
[test][lld] Mark TLS tests as REQUIRES: x86.
Fixes http://lab.llvm.org:8011/#/builders/119/builds/92
This commit is contained in:
parent
8c03fdf34a
commit
dc128e5968
|
@ -1,3 +1,5 @@
|
|||
; REQUIRES: x86
|
||||
|
||||
; This test is to make sure that the necessary alignment for thread locals
|
||||
; gets reflected in the TLS Directory of the generated executable on x86.
|
||||
;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
; REQUIRES: x86
|
||||
|
||||
; This test is to make sure that the necessary alignment for thread locals
|
||||
; gets reflected in the TLS Directory of the generated executable on x86-64.
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue