File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
clang/test/bindings/python Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
# be explicitly skipped via appropriate LIT_ARGS, or adding a mechanism to
27
27
# allow specifying a python interpreter compiled for the target that could
28
28
# be executed using qemu-user.
29
- #
30
- # FIXME: Handle CMAKE_CROSSCOMPILING.
31
- # Again, might already be handled by libclang-loadable.
29
+ # XFAIL: !native
32
30
33
31
# RUN: env PYTHONPATH=%S/../../../bindings/python \
34
- # RUN: CLANG_LIBRARY_PATH=`llvm-config -- libdir` \
32
+ # RUN: CLANG_LIBRARY_PATH=% libdir \
35
33
# RUN: %python -m unittest discover -s %S/tests
Original file line number Diff line number Diff line change @@ -36,4 +36,6 @@ def is_libclang_loadable():
36
36
if is_libclang_loadable():
37
37
config.available_features.add(" libclang-loadable" )
38
38
39
+ config.substitutions.append((' %libdir' , config.clang_lib_dir))
40
+
39
41
config.suffixes = [' .sh' ]
You can’t perform that action at this time.
0 commit comments