forked from OSchip/llvm-project
[Sanitizer] Allow to create stub MemoryMappingLayout on Windows
llvm-svn: 162742
This commit is contained in:
parent
cc56718038
commit
384de7c9c9
|
@ -21,9 +21,7 @@ namespace __sanitizer {
|
|||
#ifdef _WIN32
|
||||
class MemoryMappingLayout {
|
||||
public:
|
||||
MemoryMappingLayout() {
|
||||
UNIMPLEMENTED();
|
||||
}
|
||||
MemoryMappingLayout() {}
|
||||
bool GetObjectNameAndOffset(uptr addr, uptr *offset,
|
||||
char filename[], uptr filename_size) {
|
||||
UNIMPLEMENTED();
|
||||
|
|
Loading…
Reference in New Issue