[all-commits] [llvm/llvm-project] 9f8fd5: [lldb] Use ${CMAKE_COMMAND} -E remove instead of r...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Tue Jan 31 15:34:49 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f8fd57cb6638f8137d82b1ceb02845626816b4f
      https://github.com/llvm/llvm-project/commit/9f8fd57cb6638f8137d82b1ceb02845626816b4f
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2023-01-31 (Tue, 31 Jan 2023)

  Changed paths:
    M lldb/cmake/modules/AddLLDB.cmake

  Log Message:
  -----------
  [lldb] Use ${CMAKE_COMMAND} -E remove instead of remove_directory

We no longer need to remove a directory downstream and also contrary to
my previous observations, remove_directory isn't sufficient to remove a
regular file.

Differential revision: https://reviews.llvm.org/D143024




More information about the All-commits mailing list