summaryrefslogtreecommitdiff
path: root/test/COFF/thinlto-mangled.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/COFF/thinlto-mangled.ll')
-rw-r--r--test/COFF/thinlto-mangled.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/COFF/thinlto-mangled.ll b/test/COFF/thinlto-mangled.ll
index efcd9c3d2d0a..8c901cbd70ba 100644
--- a/test/COFF/thinlto-mangled.ll
+++ b/test/COFF/thinlto-mangled.ll
@@ -1,3 +1,4 @@
+; REQUIRES: x86
; RUN: opt -thinlto-bc %s -o %t.obj
; RUN: opt -thinlto-bc %S/Inputs/thinlto-mangled-qux.ll -o %T/thinlto-mangled-qux.obj
; RUN: lld-link -out:%t.exe -entry:main %t.obj %T/thinlto-mangled-qux.obj