[cfe-dev] libcxx: cstdio / stdio.h - missing file

Ben Pope benpope81 at gmail.com
Sun Aug 17 06:32:47 PDT 2014


On Sunday, August 17, 2014 09:27 PM, Anton Smirnov wrote:
> I'm going to use it on ios.
>
> Mac os x output:
>
> MBA-Anton:llvm_34_ios_armv7_build_noenv asmirnov$ clang++ helloworld.cpp -v
>
> Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
>
> Target: x86_64-apple-darwin13.3.0
>
> Thread model: posix
>
> clang: error: no such file or directory: 'helloworld.cpp'

Apologies for not being particularly explicit in my description

What's the output of:

echo "int main() {}" > helloworld.cpp && clang++ helloworld.cpp -v

Ben





More information about the cfe-dev mailing list