Previously BC files were not checked for the same platform etc,
That lead to confusing error "Invalid section header entry size (e_shentsize) in ELF header" when
mixing files for different architectures.
Patch fixes PR28324.
Differential D21832
[ELF] - Check the input bitcode files for compatibility. grimar on Jun 29 2016, 2:39 AM. Authored by
Details Previously BC files were not checked for the same platform etc, Patch fixes PR28324.
Diff Detail |