[all-commits] [llvm/llvm-project] b12e03: [MLIR][GPU] Truncate temp filename path size to av...

William Moses via All-commits all-commits at lists.llvm.org
Sat Aug 23 09:29:22 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b12e03315aaa571c5a65cacd05e71fc6d068b1df
      https://github.com/llvm/llvm-project/commit/b12e03315aaa571c5a65cacd05e71fc6d068b1df
  Author: William Moses <gh at wsmoses.com>
  Date:   2025-08-23 (Sat, 23 Aug 2025)

  Changed paths:
    M mlir/lib/Target/LLVM/NVVM/Target.cpp

  Log Message:
  -----------
  [MLIR][GPU] Truncate temp filename path size to avoid linux limitations (#155108)

Linux has a limitation of 256 characters for a path. Large function
names being serialized will cause this to fail. As createTemporaryFile
already unique's the file (up to 128 retries for different name
variations), truncating should suffice



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list