[llvm-commits] [llvm] r116993 - in /llvm/trunk: cmake/modules/ lib/Target/MBlaze/ lib/Target/MBlaze/InstPrinter/ lib/Target/MBlaze/TargetInfo/ test/CodeGen/MBlaze/
Óscar Fuentes
ofv at wanadoo.es
Wed Oct 20 21:53:31 PDT 2010
Wesley Peck <peckw at wesleypeck.com> writes:
[snip]
Now there is MBlaze/AsmPrinter and MBlaze/InstPrinter. I guess that the
AsmPrinter directory is a leftover, because it is not built by the Make
build. However, if the CMake build sees the AsmPrinter directory it will
try to build it, which will cause a collision with the
LLVMMBlazeAsmPrinter library defined on MBlaze/InstPrinter.
If you wish to keep the AsmPrinter directory please delete the file
AsmPrinter/CMakeLists.txt. Thanks.
[snip]
More information about the llvm-commits
mailing list