[llvm-commits] [llvm] r116993 - in /llvm/trunk: cmake/modules/ lib/Target/MBlaze/ lib/Target/MBlaze/InstPrinter/ lib/Target/MBlaze/TargetInfo/ test/CodeGen/MBlaze/
Wesley Peck
peckw at wesleypeck.com
Wed Oct 20 22:12:06 PDT 2010
The AsmPrinter directory was originally removed in the 116986 commit but I missed it during the recommit. Sorry for causing problems.
-- Wesley Peck
On Oct 20, 2010, at 11:53 PM, Óscar Fuentes wrote:
> 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]
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list