[test] Use a helper macro to refer to MAP_ANON (NFC)
authorVedant Kumar <vsk@apple.com>
Wed, 23 Nov 2016 22:23:42 +0000 (22:23 +0000)
committerVedant Kumar <vsk@apple.com>
Wed, 23 Nov 2016 22:23:42 +0000 (22:23 +0000)
commit3ac1d4dc1042075915acf1bf98778420f13659c7
tree311921c25893446f279900da1aa5f22a55d70392
parent8469b8841c4bbb8276cfb6b172a18d9dea8b093a
[test] Use a helper macro to refer to MAP_ANON (NFC)

Some of our internal bots use old SDK's which don't define MAP_ANON.
Use a helper macro to pass the right flag into mmap().

llvm-svn: 287833
compiler-rt/test/tsan/ignore_lib5.cc