[all-commits] [llvm/llvm-project] dedb63: [HIP] Claim `--offload-compress` for `-M` (#133456)

Yaxun (Sam) Liu via All-commits all-commits at lists.llvm.org
Wed Apr 2 15:29:17 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dedb632b833f14ef28c6f8a7f5e8983c1be60fa9
      https://github.com/llvm/llvm-project/commit/dedb632b833f14ef28c6f8a7f5e8983c1be60fa9
  Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
  Date:   2025-04-02 (Wed, 02 Apr 2025)

  Changed paths:
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/test/Driver/hip-options.hip

  Log Message:
  -----------
  [HIP] Claim `--offload-compress` for `-M` (#133456)

Cmake automatically generates dependency files with all compilation
options provided by users. When users use `--offload-compress` for HIP
compilation, it causes warnings when cmake generates dependency files.
Claim this option to suppress warnings.



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