| commit | 649a270f5341efe9c57f473dbb78706b0b2ed523 | [log] [tgz] |
|---|---|---|
| author | Alexey Samsonov <samsonov@google.com> | Wed Apr 03 07:29:53 2013 +0000 |
| committer | Alexey Samsonov <samsonov@google.com> | Wed Apr 03 07:29:53 2013 +0000 |
| tree | 5392e37b694fa237d8f39abc0d5f4f59aa722e96 | |
| parent | 46f9395baf65e17f1a3f7a3a1deee72a1560ac53 [diff] [blame] |
[ASan] Kill the remainders of platform defines in favor of SANITIZER_ defines git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@178629 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/asan/asan_linux.cc b/lib/asan/asan_linux.cc index 7c7ab1e..148b5f0 100644 --- a/lib/asan/asan_linux.cc +++ b/lib/asan/asan_linux.cc
@@ -134,4 +134,4 @@ } // namespace __asan -#endif // __linux__ +#endif // SANITIZER_LINUX