[LLVMdev] problem with my LLVM pass

Jun Koi junkoi2004 at gmail.com
Thu Oct 18 02:38:17 PDT 2012


On Thu, Oct 18, 2012 at 5:33 PM, Duncan Sands <baldrick at free.fr> wrote:
> Hi Jun,
>
>
> On 18/10/12 11:19, Jun Koi wrote:
>>
>> On Tue, Oct 9, 2012 at 9:25 PM, Jun Koi <junkoi2004 at gmail.com> wrote:
>>>
>>> On Fri, Oct 5, 2012 at 3:45 PM, Jun Koi <junkoi2004 at gmail.com> wrote:
>>>>
>>>> On Fri, Oct 5, 2012 at 3:39 PM, David Chisnall
>>>> <David.Chisnall at cl.cam.ac.uk> wrote:
>>>>>
>>>>> On 5 Oct 2012, at 08:34, Jun Koi wrote:
>>>>>
>>>>>> any idea on how to fix the problem?
>>>>>
>>>>>
>>>>> The correct solution is to fix the LLVM build to install the .cmake
>>>>> files in a location that CMake knows about.
>>>>
>>>>
>>>> could you please elaborate?
>>>>
>>>>>   The hacky solution that I've used is just to copy them into the
>>>>> correct place manually.
>>>>
>>>>
>>>> could you please elaborate? what do i need to copy, and where?
>>>>
>>>> if that matters, i compiled and installed llvm 3.1 from source in normal
>>>> way:
>>>>
>>>> ./configure; make; make install
>>>
>>>
>>> any help on this sample LLVM pass, please?
>>
>>
>> any help, please? i am still stuck on this problem.
>
>
> don't use cmake?
>

you mean i should not use cmake? what is wrong here?

cmake is still preferred as i want to compile my code with MS Visual
Studio on Windows, too.

thanks,
Jun



More information about the llvm-dev mailing list