[CMake] Rename `SANITIZER_HEADERS` to `SANITIZER_IMPL_HEADERS` under `lib/sanitizer_c...
authorDan Liew <dan@su-root.co.uk>
Thu, 12 Jul 2018 13:36:44 +0000 (13:36 +0000)
committerDan Liew <dan@su-root.co.uk>
Thu, 12 Jul 2018 13:36:44 +0000 (13:36 +0000)
commitc5d759a92684e971e94b09b14542fc7433b6abc5
tree2843be1988f57383418e88c0f41486c353b9c754
parent44b89fa900c6098c121e5546b79e40607389f799
[CMake] Rename `SANITIZER_HEADERS` to `SANITIZER_IMPL_HEADERS` under `lib/sanitizer_common`.

The variable name `SANITIZER_HEADERS` is already used for the list of
public headers in `include/CMakeLists.txt`.  Although the previous
implementation worked it's probably best to avoid shadowing global
variables to avoid confusion.

Differential Revision: https://reviews.llvm.org/D49176

llvm-svn: 336904
compiler-rt/lib/sanitizer_common/CMakeLists.txt
compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt