This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Rename `SANITIZER_HEADERS` to `SANITIZER_IMPL_HEADERS` under `lib/sanitizer_common`.
ClosedPublic

Authored by delcypher on Jul 11 2018, 5:47 AM.

Details

Summary

[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.

Diff Detail

Repository
rL LLVM

Event Timeline

delcypher created this revision.Jul 11 2018, 5:47 AM
Herald added subscribers: Restricted Project, mgorny. · View Herald TranscriptJul 11 2018, 5:47 AM
This revision is now accepted and ready to land.Jul 11 2018, 12:00 PM
This revision was automatically updated to reflect the committed changes.