gem5-dev@gem5.org

The gem5 Developer List

View all threads

MSAN option

E
Elvira
Mon, Jun 26, 2023 10:06 AM

Good morning,

In my project I use gem5 to simulate X86 architecture. When implementing
the instrumentation option with address sanitizer (-with-asan) everything
works correctly. However, when trying to instrument with memory sanitizer
(-with-msan) it fails to compile correctly (using clang++).

Is the use of memory sanitizer incompatible with gem5?

Good morning, In my project I use gem5 to simulate X86 architecture. When implementing the instrumentation option with address sanitizer (-with-asan) everything works correctly. However, when trying to instrument with memory sanitizer (-with-msan) it fails to compile correctly (using clang++). Is the use of memory sanitizer incompatible with gem5?