forked from OSchip/llvm-project
[Sanitizer] One more try to fix Windows build
llvm-svn: 162674
This commit is contained in:
parent
e67a5dd8e1
commit
28d8be2d86
|
@ -20,6 +20,7 @@ namespace __sanitizer {
|
|||
|
||||
#ifdef _WIN32
|
||||
class MemoryMappingLayout {
|
||||
public:
|
||||
MemoryMappingLayout() {
|
||||
UNIMPLEMENTED();
|
||||
}
|
||||
|
|
|
@ -77,6 +77,7 @@ bool MemoryRangeIsAvailable(uptr range_start, uptr range_end) {
|
|||
|
||||
void *MapFileToMemory(const char *file_name, uptr *buff_size) {
|
||||
UNIMPLEMENTED();
|
||||
return 0;
|
||||
}
|
||||
|
||||
const char *GetEnv(const char *name) {
|
||||
|
|
Loading…
Reference in New Issue