[llvm-bugs] [Bug 33205] [clang-cl] clang-cl does not honor -Xclang -nobuiltininc

via llvm-bugs llvm-bugs at lists.llvm.org
Wed May 31 13:40:54 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=33205

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
                 CC|                            |rnk at google.com
             Status|NEW                         |RESOLVED

--- Comment #1 from Reid Kleckner <rnk at google.com> ---
You are using -Xclang, so it bypasses any handling of -nobuiltininc in the
driver, so what you get is expected behavior: -nobuiltininc is passed along to
the -cc1 invocation along with builtin include directories

I went ahead and exposed -nobuiltininc and -nostdinc in r304345.

-- 
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/20170531/4a444534/attachment.html>


More information about the llvm-bugs mailing list