diff options
author | Nick Sarnie <nick.sarnie@intel.com> | 2025-09-15 23:39:25 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-15 14:39:25 +0000 |
commit | 959c3b627fd4084ae583c80703b88b91f63f9a0e (patch) | |
tree | 076925a77335e60f32e1e38958d662d92445ad1d /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | af144d582ea16483670be3fc00df5131deaa0fd2 (diff) | |
download | llvm-959c3b627fd4084ae583c80703b88b91f63f9a0e.zip llvm-959c3b627fd4084ae583c80703b88b91f63f9a0e.tar.gz llvm-959c3b627fd4084ae583c80703b88b91f63f9a0e.tar.bz2 |
[clang][ARM] Include arm_acle.h in intrin.h on supported platforms (#144172)
Right now when using ARM intrinsics without including `arm_acle.h`, we
throw a warning saying to include it or provide a declaration for the
function.
MSVC doesn't have any ARM-intrinsic specific header, so include Clang's
ARM intrinsic header (`arm_acle.h`) in `intrin.h` so we don't get a
warning that tells the user to include a header that doesn't exist.
Ideally we could change the header based on the platform, but we don't
have the infra for that at the moment.
See https://github.com/llvm/llvm-project/pull/140910 for more info.
Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions