<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hey All,</div><div class=""><br class=""></div><div class="">I’m working with Mac OS X 10.10, and everything seems generally fine but when I started working on a FunctionPass I get the following:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(0, 249, 0); background-color: rgb(0, 0, 0);" class=""><span style="color: rgb(195, 55, 32);" class="">error: </span>call to deleted constructor of</div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(0, 249, 0); background-color: rgb(0, 0, 0);" class="">      'Function::ArgumentListType' (aka 'iplist<llvm::Argument>')</div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);" class="">  Function::ArgumentListType argList = f.getArgumentList();</div></div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);" class=""><br class=""></div><div class=""><br class=""></div><div class="">Any pointers as to the correct way access the Arguments of a Function object?  From what I saw on the docs it seems like this ought to work...</div><div class=""><br class=""></div><div class="">Thanks,</div><div class=""><br class=""></div><div class="">Jared</div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>