<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Dec 23, 2016 at 1:40 PM, icloud via cfe-dev <span dir="ltr"><<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Hi Don,<br>
    <br>
    I removed the extra "-I" directives but I still get the same result.<span class=""><br></span></div></blockquote><div><br></div><div>This looks somewhat different to me.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000">In file included from /usr/local/include/llvm/ADT/<wbr>APInt.h:20:<br>
    /usr/local/include/llvm/<wbr>Support/MathExtras.h:248:1: error: unknown
    type name 'constexpr'<br>
    constexpr inline uint32_t Hi_32(uint64_t Value) {<br></div></blockquote><div><br></div><div>You need to specify -std=c++11 (or later) as a compiler option to get `constexpr` support.  You probably want to do that anyway.</div><div><br></div><div>-- James</div><div><br></div></div></div></div>