This is an archive of the discontinued LLVM Phabricator instance.

[clang] [test] Disable Python binding tests w/ LLVM_ENABLE_PIC=OFF
ClosedPublic

Authored by mgorny on Jan 15 2019, 10:32 AM.

Details

Summary

Disable Python binding tests when LLVM_ENABLE_PIC is disabled,
as libclang.so is not being built in that case. Reported by Nico Weber.

@thakis, could you test it, please?

Diff Detail

Repository
rC Clang

Event Timeline

mgorny created this revision.Jan 15 2019, 10:32 AM
thakis accepted this revision.Jan 15 2019, 6:13 PM

Thanks!

I can't easily test this since only some of our bots see this and I don't have a Linux box at hand, but it looks like it should work and I can verify on the bots once this is in :)

This revision is now accepted and ready to land.Jan 15 2019, 6:13 PM
This revision was automatically updated to reflect the committed changes.