>
> 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
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.