From 7af93e31fefac8a0deccfb07d8ac7f3ed29bc551 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Thu, 26 Jan 2017 21:38:48 +0000 Subject: Add missing x86 requirement. llvm-svn: 293210 --- clang/test/CodeGen/thinlto-multi-module.ll | 2 ++ 1 file changed, 2 insertions(+) (limited to 'clang/test/CodeGen') diff --git a/clang/test/CodeGen/thinlto-multi-module.ll b/clang/test/CodeGen/thinlto-multi-module.ll index 072c47379b4..21d28cf44da 100644 --- a/clang/test/CodeGen/thinlto-multi-module.ll +++ b/clang/test/CodeGen/thinlto-multi-module.ll @@ -1,3 +1,5 @@ +; REQUIRES: x86-registered-target + ; RUN: opt -module-summary -o %t1.o %s ; RUN: llvm-lto -thinlto -o %t %t1.o -- cgit v1.2.3