diff options
author | Justin Bogner <mail@justinbogner.com> | 2025-10-15 13:31:59 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-15 13:31:59 -0600 |
commit | c87e0e8fe0ea14dcd84e835c0f7b02c5b0edca70 (patch) | |
tree | 11ef690eae40a48e962a7c463c0415804f40fd13 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 72c6e4b230ddb5ca85361e145e177245319b271e (diff) | |
download | llvm-c87e0e8fe0ea14dcd84e835c0f7b02c5b0edca70.zip llvm-c87e0e8fe0ea14dcd84e835c0f7b02c5b0edca70.tar.gz llvm-c87e0e8fe0ea14dcd84e835c0f7b02c5b0edca70.tar.bz2 |
[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.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions