[all-commits] [llvm/llvm-project] bc2cc8: Change binary path in libc test cmake file from re...

Amy Huang via All-commits all-commits at lists.llvm.org
Sat Jul 12 14:44:14 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bc2cc8b56e2444339ffa58e83a457d15ae18241d
      https://github.com/llvm/llvm-project/commit/bc2cc8b56e2444339ffa58e83a457d15ae18241d
  Author: Amy Huang <akhuang at google.com>
  Date:   2025-07-12 (Sat, 12 Jul 2025)

  Changed paths:
    M libc/cmake/modules/LLVMLibCTestRules.cmake

  Log Message:
  -----------
  Change binary path in libc test cmake file from relative to absolute (#148315)

For some reason cmake usually turns this path into an absolute path, but
sometimes
it doesn't do it and stays as a relative path, which means the command
will fail.
Specify it as an absolute path always so this doesn't happen any more.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list