[LLVMdev] Genlibdeps.pl, CMake and MSYS
Óscar Fuentes
ofv at wanadoo.es
Sat Oct 11 18:51:47 PDT 2008
Kenneth Boyd <zaimoni at zaimoni.com> writes:
>>> * I am seeing desynchronization between the configure-generated
>>> Makefiles and the CMakeFile.txt files. [e.g., llc; makefile doesn't
>>> have asmprinter, CMakeFile.txt does]. That much I should be able to
>>> construct a patch for "blind", if no-one gets to it first.
>>>
>>
>> Maybe there are some such desynchronizations. Please report them and
>> I'll fix them.
>>
>> On this specific case, IIRC, MinGW chokes if asmprinter is not on the
>> list of components. This may be another consequence of the malfunctoning
>> of llvm-config/GenLibDeps.pl on MinGW/MSYS.
[snip]
> Is that choking post-linking?
IIRC, it caused the link to fail with unresolved externals, most likely
because some library was not mentioned on the output of llvm-config,
which in turn may be caused by the malfunction of GenLibDeps.pl for the
MinGW/CMake combo.
[snip]
--
Oscar
More information about the llvm-dev
mailing list