diff options
-rw-r--r-- | llvm/test/tools/llvm-locstats/locstats.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-locstats/locstats.ll b/llvm/test/tools/llvm-locstats/locstats.ll index 5dfcddaa8bc..2f04398d365 100644 --- a/llvm/test/tools/llvm-locstats/locstats.ll +++ b/llvm/test/tools/llvm-locstats/locstats.ll @@ -1,3 +1,4 @@ +; REQUIRES: x86-registered-target ; RUN: llc %s -o %t0.o -filetype=obj \ ; RUN: | %llvm-locstats %t0.o | FileCheck %s --check-prefix=LOCSTATS ; |