aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/FileCheck/FileCheck.cpp
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2020-08-29 18:27:34 -0700
committerFangrui Song <i@maskray.me>2020-08-29 18:27:34 -0700
commit6ae7b403c3e1aebcb825d3dd4777d3c1149d6d67 (patch)
tree9f72ecb91e9a15ba427dfd6618d67e892276dc49 /llvm/lib/FileCheck/FileCheck.cpp
parent4fbf0636a214abbc30b6eee42bd5b7755dfd5f38 (diff)
downloadllvm-6ae7b403c3e1aebcb825d3dd4777d3c1149d6d67.zip
llvm-6ae7b403c3e1aebcb825d3dd4777d3c1149d6d67.tar.gz
llvm-6ae7b403c3e1aebcb825d3dd4777d3c1149d6d67.tar.bz2
Set alignment of .llvmbc and .llvmcmd to 1
Otherwise their alignment is dependent on the size of the section. If the size is large than 16, the alignment will be 16. 16 is a bad choice for both .llvmbc and .llvmcmd because the padding between two contributions from input sections is of a variable size. A bitstream is actually guaranteed to be 4-byte aligned, but consumers don't need this property.
Diffstat (limited to 'llvm/lib/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions