[all-commits] [llvm/llvm-project] 2faac7: [ARM] Make empty name symbols SF_FormatSpecific to...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Nov 2 17:10:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2faac77f26dee2a1367f373180573ea9c56efed1
https://github.com/llvm/llvm-project/commit/2faac77f26dee2a1367f373180573ea9c56efed1
Author: Fangrui Song <i at maskray.me>
Date: 2021-11-02 (Tue, 02 Nov 2021)
Changed paths:
M llvm/include/llvm/Object/ELFObjectFile.h
Log Message:
-----------
[ARM] Make empty name symbols SF_FormatSpecific to try appeasing --target=armv7-linux-androideabi24 sanitizer symbolization tests
This is similar to D98669 but I don't know whether and why ARM needs it.
I suspect this may fix the sanitizer-x86_64-linux-android bot which runs
--target=armv7-linux-androideabi24 tests
(https://lab.llvm.org/buildbot/#/builders/77)
Someone needs to investigate the root cause and I am not sure this hack
fixes the bot.
More information about the All-commits
mailing list