[all-commits] [llvm/llvm-project] b638b6: Move internal_uname to #if SANITIZER_LINUX scope.
marxin via All-commits
all-commits at lists.llvm.org
Mon Jun 1 12:06:36 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b638b63b99d66786cb37336292604a2ae3490cfd
https://github.com/llvm/llvm-project/commit/b638b63b99d66786cb37336292604a2ae3490cfd
Author: Martin Liska <mliska at suse.cz>
Date: 2020-06-01 (Mon, 01 Jun 2020)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_linux.h
Log Message:
-----------
Move internal_uname to #if SANITIZER_LINUX scope.
Remove it from target-specific scope which corresponds
to sanitizer_linux.cpp where it lives in the same macro
scope.
Differential Revision: https://reviews.llvm.org/D80864
More information about the All-commits
mailing list