[LLVMbugs] [Bug 22112] New: Please add an enviroment variable to set the default include search path for clang.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jan 6 23:08:23 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22112
Bug ID: 22112
Summary: Please add an enviroment variable to set the default
include search path for clang.
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: Frontend
Assignee: unassignedclangbugs at nondot.org
Reporter: rxantos at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
This would allow to get rid of the hard coded paths, plus avoiding adding
multiples -I on compilations.
I propose calling it CLANG_INCLUDE
The compiler would then check if the environment variable is set. And if so,
set its default include directories to those on the CLANG_INCLUDE
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150107/45f5bcda/attachment.html>
More information about the llvm-bugs
mailing list