diff options
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/CodeGen/thinlto-multi-module.ll | 2 |
1 files changed, 2 insertions, 0 deletions
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 |

