[clang-tools-extra] [clang-tidy] Fix handling --driver-mode= (PR #66553)

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 23 02:07:21 PST 2024


PiotrZSL wrote:

@rsniezek No thats diffrent issue, you need to use xmmintrin.h from clang, usually it should work by default, but maybe clang-tidy and clang are installed in different folders. In such case you may need to add explicitly -isystem to location of xmmintrin.h

https://github.com/llvm/llvm-project/pull/66553


More information about the cfe-commits mailing list