<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
Hi Ted,<div><br></div><div>Thanks for fixing that.  I was trying to clean out my hacks of my wild copy and pastes and missed that one.  For now it shouldn't be there.</div><div><br></div><div>Kev</div><div><br><div><div>On Sep 14, 2009, at 9:06 PM, Ted Kremenek wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><br><div><div>On Sep 14, 2009, at 5:27 PM, Kevin Enderby wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">==============================================================================<br>--- llvm/trunk/lib/Target/ARM/AsmParser/CMakeLists.txt (added)<br>+++ llvm/trunk/lib/Target/ARM/AsmParser/CMakeLists.txt Mon Sep 14 19:27:25 2009<br>@@ -0,0 +1,6 @@<br>+include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )<br>+<br>+add_llvm_library(LLVMARMAsmParser<br>+  ARMAsmParser.cpp<br>+  )<br>+add_dependencies(LLVMARMAsmParser)<br><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" color="#144FAE"><br></font></font></span></blockquote><br></div><div>Hi Kevin,</div><div><br></div><div>This last line actually breaks the CMake builds:</div><div><br></div><div><div> CMake Error at lib/Target/ARM/AsmParser/CMakeLists.txt:6 (add_dependencies):</div><div>   add_dependencies called with incorrect number of arguments</div><div><br></div><div>Were you trying to add a specific dependency between the LLVMARMAsmParser and something else?</div><div><br></div><div>I've gone ahead and removed this last line, but I'm not certain if that is the right thing to do.  The CMake build now works, but I'm not certain if a dependency is suppose to be there.</div><div><br></div><div>Ted</div></div><div><br></div></blockquote></div><br></div></body></html>