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
Diff Detail
- Repository
- rG LLVM Github Monorepo
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. |
Based on the result of the pre-merge checks, do we need to include the clang change in the scope here?
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. |
Triple.isOSAIX() is used by D79719; do we want to be consistent in using that?