projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d3fc1e
)
[asan] Remove redundant elif
author
Anna Zaks
<ganna@apple.com>
Tue, 2 Feb 2016 22:05:47 +0000
(22:05 +0000)
committer
Anna Zaks
<ganna@apple.com>
Tue, 2 Feb 2016 22:05:47 +0000
(22:05 +0000)
This is a fixup to r259451.
llvm-svn: 259588
compiler-rt/lib/asan/asan_mapping.h
patch
|
blob
|
history
diff --git
a/compiler-rt/lib/asan/asan_mapping.h
b/compiler-rt/lib/asan/asan_mapping.h
index
0cbfbe7
..
9a665e9
100644
(file)
--- a/
compiler-rt/lib/asan/asan_mapping.h
+++ b/
compiler-rt/lib/asan/asan_mapping.h
@@
-138,8
+138,6
@@
static const u64 kWindowsShadowOffset32 = 3ULL << 28; // 0x30000000
# define SHADOW_OFFSET kFreeBSD_ShadowOffset32
# elif SANITIZER_WINDOWS
# define SHADOW_OFFSET kWindowsShadowOffset32
-# elif SANITIZER_IOSSIM
-# define SHADOW_OFFSET kIosSimShadowOffset32
# elif SANITIZER_IOS
# if SANITIZER_IOSSIM
# define SHADOW_OFFSET kIosSimShadowOffset32