[Sanitizer] Allow to create stub MemoryMappingLayout on Windows

llvm-svn: 162742
This commit is contained in:
Alexey Samsonov 2012-08-28 08:27:08 +00:00
parent cc56718038
commit 384de7c9c9
1 changed files with 1 additions and 3 deletions

View File

@ -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();