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

Reid Kleckner <r...@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |r...@google.com
         Resolution|---                         |INVALID

--- Comment #2 from Reid Kleckner <r...@google.com> ---
You are using GCC's builtin Intel intrinsic headers, which are incompatible
with Clang. Clang supplies its own Intel intrinsic headers (xmmintrin.h,
ia32intrin.h, etc) in its resource directory. In normal operation, the resource
directory appears first on the include search path.

My guess is that somewhere the build system is passing '-isystem
C:\Qt\Qt5.8.0\Tools\mingw530_32\lib\gcc\i686-w64-mingw32\5.3.0\include', and
the right fix would be to remove that and let clang find its own headers.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to