aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/InitPreprocessor.cpp
diff options
context:
space:
mode:
authorAlexandros Lamprineas <alexandros.lamprineas@arm.com>2024-06-24 12:01:48 +0100
committerGitHub <noreply@github.com>2024-06-24 12:01:48 +0100
commit3d8079229e7571a5912e880bf7a960d809c8ee96 (patch)
treecc4d6505c31f8009a09491316e35ec6daf6e990c /clang/lib/Frontend/InitPreprocessor.cpp
parenta66900be7507eb0c68a6eff1e945e1823507d3e0 (diff)
downloadllvm-3d8079229e7571a5912e880bf7a960d809c8ee96.zip
llvm-3d8079229e7571a5912e880bf7a960d809c8ee96.tar.gz
llvm-3d8079229e7571a5912e880bf7a960d809c8ee96.tar.bz2
[clang][AArch64][FMV] Stop emitting alias to ifunc. (#96221)
Long story short the interaction of two optimizations happening in GlobalOpt results in a crash. For more details look at the issue https://github.com/llvm/llvm-project/issues/96197. I will be fixing this in GlobalOpt but it is a conservative solution since it won't allow us to optimize resolvers which return a pointer to a function whose definition is in another TU when compiling without LTO: ``` __attribute__((target_version("simd"))) void bar(void); __attribute__((target_version("default"))) void bar(void); int foo() { bar(); } ``` fixes: #96197
Diffstat (limited to 'clang/lib/Frontend/InitPreprocessor.cpp')
0 files changed, 0 insertions, 0 deletions