[llvm] Prepend all library intrinsics with `#` when building for Arm64EC (PR #87542)
Daniel Paoliello via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 4 12:48:59 PDT 2024
================
@@ -1003,6 +1003,9 @@ class AArch64TargetLowering : public TargetLowering {
/// make the right decision when generating code for different targets.
const AArch64Subtarget *Subtarget;
+ llvm::BumpPtrAllocator bAlloc;
----------------
dpaoliello wrote:
Ah, sorry, I copied this from elsewhere
https://github.com/llvm/llvm-project/pull/87542
More information about the llvm-commits
mailing list