[llvm-commits] [llvm] r115391 - in /llvm/trunk: CMakeLists.txt lib/Target/MSP430/InstPrinter/CMakeLists.txt

Francois Pichet pichet2000 at gmail.com
Fri Oct 1 17:52:27 PDT 2010


except there is a missing endif there.

On Fri, Oct 1, 2010 at 8:50 PM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> Jim Grosbach <grosbach at apple.com> writes:
>
>> Update CMake files for recent AsmPrinter->InstPrinter changes. Can someone who
>> is more familiar with CMake please review?
>
> [snip]
>
>>        "${LLVM_ENUM_ASM_PRINTERS}LLVM_ASM_PRINTER(${t})\n")
>> +  if( EXISTS ${LLVM_MAIN_SRC_DIR}/lib/Target/${t}/InstPrinter/CMakeLists.txt )
>> +    add_subdirectory(lib/Target/${t}/InstPrinter)
>> +    set(LLVM_ENUM_ASM_PRINTERS
>> +      "${LLVM_ENUM_ASM_PRINTERS}LLVM_ASM_PRINTER(${t})\n")
>
> As long as there is a good reason for placing that library on
> MSP430/InstPrinter directory and keep calling it LLVMMSP430AsmPrinter,
> it's okay.
>
> _______________________________________________
> 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