mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-09 00:46:06 +00:00

The Module::setEndianness and Module::setPointerSize methods have been removed. Instead you can get/set the DataLayout. Adjust thise accordingly. llvm-svn: 33530