diff --git a/clang/test/Interpreter/dynamic-library.cpp b/clang/test/Interpreter/dynamic-library.cpp index e2bfc81a383a7b..6c4621f729c1c8 100644 --- a/clang/test/Interpreter/dynamic-library.cpp +++ b/clang/test/Interpreter/dynamic-library.cpp @@ -1,4 +1,4 @@ -// REQUIRES: host-supports-jit, system-linux +// REQUIRES: host-supports-jit, x86_64-linux // To generate libdynamic-library-test.so : // clang -xc++ -o libdynamic-library-test.so -fPIC -shared