[all-commits] [llvm/llvm-project] d6f772: fixup! fixup! [GlobalISel] Always direct-call IFun...
Jon Roelofs via All-commits
all-commits at lists.llvm.org
Fri Dec 15 11:48:37 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d6f772074c48cf9bb57191cb065b5ce60012ed74
https://github.com/llvm/llvm-project/commit/d6f772074c48cf9bb57191cb065b5ce60012ed74
Author: Jon Roelofs <jonathan_roelofs at apple.com>
Date: 2023-12-15 (Fri, 15 Dec 2023)
Changed paths:
M bolt/test/AArch64/ifunc.c
Log Message:
-----------
fixup! fixup! [GlobalISel] Always direct-call IFuncs and Aliases (#74902)
Apparently some BOLT bots build with a pre-installed system clang, and others
use the just-built one. These two clangs now behave slightly differently when
it comes to ifunc codegen after https://github.com/llvm/llvm-project/pull/74902
Change the test to accept both patterns.
More information about the All-commits
mailing list