Farzon Lotfi c1bf5e6287
[DirectX] Fix build break caused by bitcode writer changes (#133770)
commit:
68947342b7
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
2025-03-31 14:39:20 -04:00
..