http://llvm.org/bugs/show_bug.cgi?id=3464
Summary: clang doesn't search current directory for -include
Product: clang
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: preprocessor
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
--
ddun...@lordcrumb:tmp$ touch a.h
ddun...@lordcrumb:tmp$ gcc -fsyntax-only -include a.h -x c /dev/null
ddun...@lordcrumb:tmp$ xcc -fsyntax-only -include a.h -x c /dev/null
<predefines>:93:10: error: 'a.h' file not found
#include "a.h"
^
1 diagnostic generated.
--
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs