google / sanitizers

AddressSanitizer, ThreadSanitizer, MemorySanitizer
Other
11.33k stars 1.02k forks source link

Does MSAN support for ARM? #1090

Open OpenStacksh opened 5 years ago

OpenStacksh commented 5 years ago

What platforms does MSAN support? Support ARM?

kcc commented 5 years ago

I don't think it does, + @eugenis to confirm

eugenis commented 5 years ago

AArch64 - yes, ARM - no.

On Mon, May 20, 2019 at 10:36 AM Kostya Serebryany notifications@github.com wrote:

I don't think it does, + @eugenis https://github.com/eugenis to confirm

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/google/sanitizers/issues/1090?email_source=notifications&email_token=AADG4SVDWKCYPSYI5EGJYS3PWLOTBA5CNFSM4HNS4G4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVZRRZY#issuecomment-494082279, or mute the thread https://github.com/notifications/unsubscribe-auth/AADG4SSQIPSYKUPSIYLRL53PWLOTBANCNFSM4HNS4G4A .

OpenStacksh commented 5 years ago

Thanks.

OpenStacksh commented 5 years ago

Hi, I downloaded the clang+llvm source code. How can I compile and generate .a or .so for MSAN supporting aarch64?The default is x86-64.How to configure for aarch64?

GoodDayGeorge commented 5 years ago

@OpenStacksh Android have already use sanitizer under aarch64, not know how to do yet. Have you made it?

Joshua-401 commented 4 years ago

Hi, I downloaded the clang+llvm source code. How can I compile and generate .a or .so for MSAN supporting aarch64?The default is x86-64.How to configure for aarch64?

Do you know how to configure a new arch instead of the default x86?

64Teenage commented 3 years ago

AArch64 - yes, ARM - no. On Mon, May 20, 2019 at 10:36 AM Kostya Serebryany @.***> wrote: I don't think it does, + @eugenis https://github.com/eugenis to confirm — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#1090?email_source=notifications&email_token=AADG4SVDWKCYPSYI5EGJYS3PWLOTBA5CNFSM4HNS4G4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVZRRZY#issuecomment-494082279>, or mute the thread https://github.com/notifications/unsubscribe-auth/AADG4SSQIPSYKUPSIYLRL53PWLOTBANCNFSM4HNS4G4A .

How can I compile and generate .a or .so for MSAN supporting aarch64?The default is x86-64.How to configure for aarch64?