Skip to content

Commit

Permalink
[clang-repl] Only enable dynamic-library test on x86_64
Browse files Browse the repository at this point in the history
This test includes a precompiled library for x86_64 Linux
  • Loading branch information
argentite committed Apr 26, 2023
1 parent e02d414 commit e037880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Interpreter/dynamic-library.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e037880

Please sign in to comment.