diff --git a/compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/anon_wrong_frame_number.cpp b/compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/anon_wrong_frame_number.cpp index 157fe11d2224e..aa931f61e2211 100644 --- a/compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/anon_wrong_frame_number.cpp +++ b/compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/anon_wrong_frame_number.cpp @@ -5,6 +5,7 @@ // UNSUPPORTED: aarch64 // UNSUPPORTED: darwin // UNSUPPORTED: ios +// REQUIRES: x86-64-registered-target // RUN: %clangxx_asan -O0 -g %s -o %t // RUN: %env_asan_opts=symbolize=0 not %run %t DUMMY_ARG > %t.asan_report 2>&1