mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 14:46:10 +00:00

Note that llvm::support::endianness has been renamed to llvm::endianness while becoming an enum class as opposed to an enum. This patch replaces support::{big,little,native} with llvm::endianness::{big,little,native}.