[llvm-commits] [llvm] r80124 - /llvm/trunk/lib/Target/CMakeLists.txt
Óscar Fuentes
ofv at wanadoo.es
Wed Aug 26 13:28:53 PDT 2009
Daniel Dunbar <daniel at zuster.org> writes:
> Is this completely done? The last time I tried to build a cmake build
> *without* X86 support it failed, and I'm not sure that has been fixed.
>
> - Daniel
>
> On Wed, Aug 26, 2009 at 11:37 AM, Oscar Fuentes<ofv at wanadoo.es> wrote:
>> Author: ofv
>> Date: Wed Aug 26 13:37:05 2009
>> New Revision: 80124
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=80124&view=rev
>> Log:
>> CMake: Removed outdated TODO.
>>
>> Modified:
>> llvm/trunk/lib/Target/CMakeLists.txt
That TODO was about building all other targets besides X86. At the
beginning, the cmake build only included LLVMX86CodeGen and ignored all
the others.
If the cmake build fails when X86 is left out, we should look at the
stuff on cmake/modules or at the top level CMakeLists.txt.
--
Óscar
More information about the llvm-commits
mailing list