[all-commits] [llvm/llvm-project] dd4c99: fix typo in a CMake SANITIZER_CAN_USE_CXXABI varia...

Jim Lin via All-commits all-commits at lists.llvm.org
Sun Apr 11 23:02:41 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dd4c999c2316288f7c560f5c18077642c14b50df
      https://github.com/llvm/llvm-project/commit/dd4c999c2316288f7c560f5c18077642c14b50df
  Author: Jim Lin <jim at andestech.com>
  Date:   2021-04-12 (Mon, 12 Apr 2021)

  Changed paths:
    M compiler-rt/CMakeLists.txt

  Log Message:
  -----------
  fix typo in a CMake SANITIZER_CAN_USE_CXXABI variable initial definition

The current variable name isn't used anywhere else, which indicates it's
a typo.  Let's fix it before someone copy+pastes it somewhere else.

Reviewed By: Jim

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




More information about the All-commits mailing list