[all-commits] [llvm/llvm-project] c1bf5e: [DirectX] Fix build break caused by bitcode writer...

Farzon Lotfi via All-commits all-commits at lists.llvm.org
Mon Mar 31 11:39:43 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c1bf5e62877cf3a769886505a687def47cd65e05
      https://github.com/llvm/llvm-project/commit/c1bf5e62877cf3a769886505a687def47cd65e05
  Author: Farzon Lotfi <farzonlotfi at microsoft.com>
  Date:   2025-03-31 (Mon, 31 Mar 2025)

  Changed paths:
    M llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.cpp

  Log Message:
  -----------
  [DirectX] Fix build break caused by bitcode writer changes (#133770)

commit:
https://github.com/llvm/llvm-project/commit/68947342b75cc71f3ac9041d11db086d8d074336
added a new `writeDIFixedPointType` function.
However, `DIFixedPointType` is not supported in DXIL so we need to add a
fail fast case for this to fix the build.

this change fixes a build break introduced by
https://github.com/llvm/llvm-project/pull/129596



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