D80831 changed part of the prefix usage for AIX. But there are other places getting prefix from DataLayout.
This patch intends to make prefix usage consistent on AIX.
Details
Details
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Event Timeline
llvm/lib/IR/DataLayout.cpp | ||
---|---|---|
450 | This is an addition to the IR. Should there be a bitcode test? |
llvm/lib/IR/DataLayout.cpp | ||
---|---|---|
450 | There should be an update to the LLVM Language Reference Manual. |
Comment Actions
Based on the result of the pre-merge checks, do we need to include the clang change in the scope here?
Comment Actions
Added clang portion of the change.
Added unittest to test mangler.
Added description in Language Reference Manual.
llvm/lib/IR/DataLayout.cpp | ||
---|---|---|
450 |
I added an unittest in IR, hope that's enough. |
This is an addition to the IR. Should there be a bitcode test?