diff --git a/llvm/test/DebugInfo/Generic/artificial-static-member.ll b/llvm/test/DebugInfo/Generic/artificial-static-member.ll index 5c247d6959bf7..08f15a226a87c 100644 --- a/llvm/test/DebugInfo/Generic/artificial-static-member.ll +++ b/llvm/test/DebugInfo/Generic/artificial-static-member.ll @@ -1,4 +1,4 @@ -; REQUIRES: x86_64-linux +; REQUIRES: target={{x86_64-.*-linux.*}} ; RUN: llc -O0 -filetype=obj < %s | \ ; RUN: llvm-dwarfdump --debug-info - | FileCheck %s