https://llvm.org/bugs/show_bug.cgi?id=26319
Bug ID: 26319
Summary: clang does not find header in same directory in cygwin
Product: new-bugs
Version: unspecified
Hardware: PC
OS: other
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Created attachment 15721
--> https://llvm.org/bugs/attachment.cgi?id=15721&action=edit
attached headers and cpp
doing that:
> clang++ -o 3 3.cc
In file included from 3.cc:4:
./3\1.h:2:10: fatal error: '2/x.h' file not found
#include "2/x.h"
^
1 error generated.
this command
> g++ -o 3 3.cc
succeds
> clang -v
clang version 3.5.2 (tags/RELEASE_352/final)
Target: x86_64-unknown-windows-cygnus
Thread model: posix
> g++ --version
g++ (GCC) 5.3.0
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs