Re: [cfe-users] crtbegin.o/crtend.o search path

2015-09-28 Thread Douglas Katzman via cfe-users
> > I have two questions: > 1. How can I tell clang that these two files are under directory > /opt/extra ? I don't mind write a simple patch to clang, of course, > simpler solutions like build time options or command line options are > much better. > 2. Since crtbegin.o/crtend.o are part of a comp

Re: [cfe-users] Avoid all system include paths

2016-11-11 Thread Douglas Katzman via cfe-users
Remove '-nobuiltininc' and substitute '-nostdinc'. That's in addition to '-nostdinc++' On Fri, Nov 11, 2016 at 11:00 AM, Emilio Pombo via cfe-users < cfe-users@lists.llvm.org> wrote: > Hi, > > I want to make clang parser to avoid all default and builtin include path > in my system (Ubuntu 14.04.