<div dir="ltr">Does the following work?<div><br></div><div><font face="courier new, monospace">    $ clang++ -nostdinc++ -I/usr/include/c++/v1/ -stdlib=c++ abi.cpp</font></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">

On Sun, Aug 3, 2014 at 3:44 PM, Ben Pope <span dir="ltr"><<a href="mailto:benpope81@gmail.com" target="_blank">benpope81@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="">Ben Pope <benpope81@...> writes:<br>
<br>
><br>
> I managed to post this to the llvm.devel<br>
list, so posting here also.<br>
> Apologies.<br>
><br>
> This seems to be exclusive to the rc1, trunk<br>
works, clang-3.4 works, etc<br>
><br>
> ben:~/development/test$ cat abi.cpp<br>
> #include <cxxabi.h><br>
><br>
> int main() {}<br>
><br>
> ben:~/development/test$ clang++-3.4 -<br>
stdlib=libc++ abi.cpp<br>
> ben:~/development/test$ clang++-3.5 -<br>
stdlib=libc++ abi.cpp<br>
> abi.cpp:1:10: fatal error: 'cxxabi.h' file<br>
not found<br>
> #include <cxxabi.h><br>
>           ^<br>
> 1 error generated.<br>
><br>
> As far as I know, they all use the same<br>
libc++ install (also trunk) and<br>
> built against libc++abi.<br>
><br>
> /usr/include/c++/v1/cxxabi.h exists and is<br>
installed when I install libc++.<br>
><br>
> Ben<br>
<br>
</div>Ping<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</div></div></blockquote></div><br></div>