[llvm] [OFFLOAD] Remove weak from __kmpc_* calls and gather them in one header (PR #164613)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 23 10:23:45 PDT 2025


================
@@ -120,7 +137,7 @@ struct TargetMemcpyArgsTy {
       : Dst(Dst), Src(Src), DstDevice(DstDevice), SrcDevice(SrcDevice),
         IsRectMemcpy(false), Length(Length), DstOffset(DstOffset),
         SrcOffset(SrcOffset), ElementSize(0), NumDims(0), Volume(0),
-        DstOffsets(0), SrcOffsets(0), DstDimensions(0), SrcDimensions(0){};
+        DstOffsets(0), SrcOffsets(0), DstDimensions(0), SrcDimensions(0) {};
----------------
shiltian wrote:

The changes are fine but they are indeed unrelated. Should be done in a separate NFC PR.

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


More information about the llvm-commits mailing list