Experiments show that this is the alignment we get (for ELF+Linux), but let's ensure that we have it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 39236 Build 39250: arc lint + arc unit
Event Timeline
llvm/tools/llvm-exegesis/lib/Assembler.cpp | ||
---|---|---|
311 | assert(isAligned(FunctionAddress, kFunctionAlignment) && "function is not properly aligned"); |
assert(isAligned(FunctionAddress, kFunctionAlignment) && "function is not properly aligned");