diff options
author | Jannik Silvanus <jannik.silvanus@amd.com> | 2023-01-20 15:40:49 +0100 |
---|---|---|
committer | Jannik Silvanus <jannik.silvanus@amd.com> | 2023-01-20 15:52:07 +0100 |
commit | 3e4a6f57412c63bab3f386a2c8a044a88657bac1 (patch) | |
tree | cdcb561e601a79def114bf219431a493ee56a80c /clang/lib/Lex/ModuleMap.cpp | |
parent | 986029c1640a5fa9ce2fa3becab0538168858741 (diff) | |
download | llvm-3e4a6f57412c63bab3f386a2c8a044a88657bac1.zip llvm-3e4a6f57412c63bab3f386a2c8a044a88657bac1.tar.gz llvm-3e4a6f57412c63bab3f386a2c8a044a88657bac1.tar.bz2 |
[DirectX] Fix i8 alignment in datalayout of lit test
An llc lit test used overaligned i8, apparently originating from the old DXIL data layout.
The new DXIL data layout uses naturally aligned i8.
llc ignores the data layout of a module and instead sets the data layout based
on the target. Change the data layout string in the test to match that target-derived
data layout.
Diffstat (limited to 'clang/lib/Lex/ModuleMap.cpp')
0 files changed, 0 insertions, 0 deletions