<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div><blockquote type="cite" class=""><div class="">On Feb 22, 2016, at 1:06 PM, Max Howell <<a href="mailto:max.howell@apple.com" class="">max.howell@apple.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Possibly <span style="color: rgb(51, 51, 51); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; white-space: pre; background-color: rgb(255, 255, 255);" class="">LLVMGetGlobalContext is not a real symbol?</span><div class=""><font color="#333333" face="Consolas, Liberation Mono, Menlo, Courier, monospace" class=""><span style="font-size: 12px; white-space: pre; background-color: rgb(255, 255, 255);" class=""><br class=""></span></font></div><div class=""><font color="#333333" face="Consolas, Liberation Mono, Menlo, Courier, monospace" class=""><span style="font-size: 12px; white-space: pre; background-color: rgb(255, 255, 255);" class="">If it is a #define then it will not always get mapped by swiftc to the same symbol in Swift.</span></font></div></div></div></blockquote><br class=""></div><div><div class="">Hm, it definitely appears to be there:</div><div class=""><br class=""></div><div class=""> ~ $ nm -g /usr/local/opt/llvm/lib/libLLVMCore.a | grep LLVMGetGlobalContext<br class=""> 0000000000000081 T _LLVMGetGlobalContext<br class=""><br class=""></div><div class="">And the matching header definition:</div><div class=""><br class=""></div><div class=""> ~ $ grep LLVMGetGlobalContext /usr/local/opt/llvm/include/llvm-c/Core.h</div><div class=""> LLVMContextRef LLVMGetGlobalContext(void);<br class=""></div><div class=""><br class=""></div><div class="">Stephen</div></div><br class=""></body></html>