<div dir="ltr">Python bindings work using libclang (a C library) and a few python source files. Copying the files you identified into your python path (which may depend on your python version) should suffice.<div><br></div><div>Regards,</div><div><br></div><div>Jon</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 16 Jan 2020 at 11:54, Gordon McConnell via cfe-dev <<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">





<div lang="EN-US">
<div class="gmail-m_-4053351767788969992WordSection1">
<p class="MsoNormal">Hi Clang experts,<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">We already use clang to build our code, but would now additionally like to make use of clang’s python bindings to write some custom python scripts to check certain aspects of our C++ code. 
<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Problem is, that my clang/llvm 7.1.0 <u>installations</u> do not contain the necessary files for this.  The download of
<u>sources</u> for my builds of clang DO contain the necessary files - under   <SRC_TOP>/llvm/tools/clang/bindings/python/clang/  I have:<u></u><u></u></p>
<p class="MsoNormal" style="margin-left:0.5in"><span style="font-family:"Courier New"">__init__.py<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:0.5in"><span style="font-family:"Courier New"">cindex.py<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:0.5in"><span style="font-family:"Courier New"">enumerations.py<u></u><u></u></span></p>
<p class="MsoNormal">but when the build and install steps are done, these files do not get carried over to the installation DESTDIR<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">I’ve spent a while looking to see whether there is some configuration setting that needs to be done at the cmake level, to get the content copied over from the download location, to the installation. Nothing found. (I see ways to control
 whether bindings for Go / OCaml should be enabled / disabled, but nothing for Python).<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Can one of you please advise what the correct way is to get the bindings included in the installation ?  e.g.
<u></u><u></u></p>
<ul style="margin-top:0in" type="disc">
<li class="gmail-m_-4053351767788969992MsoListParagraph" style="margin-left:0in">is there a “-D<setting>=<value>” option that I should be passing to cmake ?
<u></u><u></u></li><li class="gmail-m_-4053351767788969992MsoListParagraph" style="margin-left:0in">or should I perhaps be manually updating one of the CMakeLists.txt files somehow ?<u></u><u></u></li><li class="gmail-m_-4053351767788969992MsoListParagraph" style="margin-left:0in">or should I simply manually copy the above files to somewhere under the installation DESTDIR after the fact ? (If so, is there a recommended location ?)<u></u><u></u></li></ul>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Thanks a lot for any light you can shed here.<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Regards,<u></u><u></u></p>
<p class="MsoNormal">    Gordon<u></u><u></u></p>
</div>
</div>

_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br>
</blockquote></div>