[clang-repl] Only enable dynamic-library test on x86_64
authorAnubhab Ghosh <anubhabghosh.me@gmail.com>
Wed, 26 Apr 2023 04:15:03 +0000 (09:45 +0530)
committerAnubhab Ghosh <anubhabghosh.me@gmail.com>
Wed, 26 Apr 2023 04:16:38 +0000 (09:46 +0530)
This test includes a precompiled library for x86_64 Linux

clang/test/Interpreter/dynamic-library.cpp

index e2bfc81a383a7b60cb27de1ba8dc82783f7240ff..6c4621f729c1c888f7ab15bac78c3ba2c7980a5e 100644 (file)
@@ -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