diff --git a/clang/test/CodeGen/distributed-thin-lto/memprof-pgho.cpp b/clang/test/CodeGen/distributed-thin-lto/memprof-pgho.cpp index ed05962846aff..317efd1b3a138 100644 --- a/clang/test/CodeGen/distributed-thin-lto/memprof-pgho.cpp +++ b/clang/test/CodeGen/distributed-thin-lto/memprof-pgho.cpp @@ -1,6 +1,8 @@ // Test end-to-end ThinLTO optimization pipeline with PGHO, that it does not // interfere with other allocation instrumentation features. // +// REQUIRES: x86-registered-target +// // RUN: split-file %s %t // RUN: llvm-profdata merge %t/memprof.yaml -o %t/use.memprofdata //