llvm-project
c87e0e8f - [DirectX] Move triple/DL compat to bitcode writer (#163587)

Commit
20 days ago
[DirectX] Move triple/DL compat to bitcode writer (#163587) Move our handling of setting up a compatible triple for DXIL to the bitcode writer itself, and do the same for the datalayout. This avoids us needing to temporarily change the triple just to change it back, and it also allows us to make the datalayout truly compatible, including the `i8:32` alignment that isn't accepted by modern LLVM's DataLayout.
Author
Parents
Loading