forked from OSchip/llvm-project
parent
9e373df2f7
commit
591c6cefae
|
@ -467,10 +467,6 @@ private:
|
|||
std::vector<FdeData> FdeList;
|
||||
};
|
||||
|
||||
inline uint64_t align(uint64_t Value, uint64_t Align) {
|
||||
return llvm::RoundUpToAlignment(Value, Align);
|
||||
}
|
||||
|
||||
// All output sections that are hadnled by the linker specially are
|
||||
// globally accessible. Writer initializes them, so don't use them
|
||||
// until Writer is initialized.
|
||||
|
|
Loading…
Reference in New Issue