[lld] dc128e5 - [test][lld] Mark TLS tests as REQUIRES: x86.
Luqman Aden via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 14 00:33:06 PDT 2020
Author: Luqman Aden
Date: 2020-10-14T00:29:06-07:00
New Revision: dc128e5968ccc632f7875ece639b0d2c94b170a6
URL: https://github.com/llvm/llvm-project/commit/dc128e5968ccc632f7875ece639b0d2c94b170a6
DIFF: https://github.com/llvm/llvm-project/commit/dc128e5968ccc632f7875ece639b0d2c94b170a6.diff
LOG: [test][lld] Mark TLS tests as REQUIRES: x86.
Fixes http://lab.llvm.org:8011/#/builders/119/builds/92
Added:
Modified:
lld/test/COFF/tls-alignment-32.ll
lld/test/COFF/tls-alignment-64.ll
Removed:
################################################################################
diff --git a/lld/test/COFF/tls-alignment-32.ll b/lld/test/COFF/tls-alignment-32.ll
index fe8a3e0c8661..bf9df5ca725f 100644
--- a/lld/test/COFF/tls-alignment-32.ll
+++ b/lld/test/COFF/tls-alignment-32.ll
@@ -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.
;
diff --git a/lld/test/COFF/tls-alignment-64.ll b/lld/test/COFF/tls-alignment-64.ll
index 495678d01fbb..056bce97aae0 100644
--- a/lld/test/COFF/tls-alignment-64.ll
+++ b/lld/test/COFF/tls-alignment-64.ll
@@ -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.
;
More information about the llvm-commits
mailing list