[PATCH] D42022: Reland "Make TracePcGuardController linker-initialized"

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 12 17:16:37 PST 2018


phosek added a comment.

@kcc @vitalybuka lib/sanitizer_common/scripts/cpplint.py and clang-format seem to disagree on formatting of static initializers which is breaking the build. It's likely that the version that's in tree doesn't even support static initializers. I tried to replace lib/sanitizer_common/scripts/cpplint.py with the latest version from https://github.com/cpplint/cpplint which resolves this issue but starts throwing errors for other files in compiler-rt. Do you have any suggestion/opinion on what to do about this?


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D42022





More information about the llvm-commits mailing list