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

Jim Grosbach grosbach at apple.com
Fri Oct 1 18:03:10 PDT 2010


Woops! Absolutely right. Fixing. Thank you!

On Oct 1, 2010, at 5:52 PM, Francois Pichet wrote:

> 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
>> 
> 
> _______________________________________________
> 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