[clang] [clang][nvlink-wrapper] Add support for opt-remarks command line options (PR #145200)

2025-06-22 Thread Miguel Cárdenas via cfe-commits
https://github.com/miguelcsx updated https://github.com/llvm/llvm-project/pull/145200 From 883345d337df982a87c55b11b3374cf661b7b49e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20C=C3=A1rdenas?= Date: Sun, 22 Jun 2025 03:32:24 +0200 Subject: [PATCH 1/2] [clang][nvlink-wrapper] Add support fo

[clang] [clang][nvlink-wrapper] Add support for opt-remarks command line options (PR #145200)

2025-06-22 Thread Miguel Cárdenas via cfe-commits
https://github.com/miguelcsx updated https://github.com/llvm/llvm-project/pull/145200 From 883345d337df982a87c55b11b3374cf661b7b49e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20C=C3=A1rdenas?= Date: Sun, 22 Jun 2025 03:32:24 +0200 Subject: [PATCH 1/3] [clang][nvlink-wrapper] Add support fo

[clang] [clang][nvlink-wrapper] Add support for opt-remarks command line options (PR #145200)

2025-06-21 Thread Miguel Cárdenas via cfe-commits
https://github.com/miguelcsx created https://github.com/llvm/llvm-project/pull/145200 ## Problem When using `-fsave-optimization-record` with offloading, the Clang driver passes optimization record options like `-plugin-opt=opt-remarks-format=yaml` to `clang-nvlink-wrapper`. However, the wrapp

[clang] [clang][nvlink-wrapper] Add support for opt-remarks command line options (PR #145200)

2025-06-23 Thread Miguel Cárdenas via cfe-commits
https://github.com/miguelcsx updated https://github.com/llvm/llvm-project/pull/145200 From 883345d337df982a87c55b11b3374cf661b7b49e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20C=C3=A1rdenas?= Date: Sun, 22 Jun 2025 03:32:24 +0200 Subject: [PATCH 1/3] [clang][nvlink-wrapper] Add support fo

[clang] [clang][nvlink-wrapper] Add support for opt-remarks command line options (PR #145200)

2025-06-22 Thread Miguel Cárdenas via cfe-commits
https://github.com/miguelcsx updated https://github.com/llvm/llvm-project/pull/145200 From be78d6dab41a9af13b884449c3e10e41937f02dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20C=C3=A1rdenas?= Date: Sun, 22 Jun 2025 03:32:24 +0200 Subject: [PATCH 1/3] [clang][nvlink-wrapper] Add support fo

[clang] [clang][nvlink-wrapper] Add support for opt-remarks command line options (PR #145365)

2025-06-23 Thread Miguel Cárdenas via cfe-commits
https://github.com/miguelcsx created https://github.com/llvm/llvm-project/pull/145365 ## Problem When using `-fsave-optimization-record` with offloading, the Clang driver passes optimization record options like `-plugin-opt=opt-remarks-format=yaml` to `clang-nvlink-wrapper`. However, the wrapp

[clang] [clang][nvlink-wrapper] Add support for opt-remarks command line options (PR #145365)

2025-06-23 Thread Miguel Cárdenas via cfe-commits
miguelcsx wrote: @josemonsalve2 @jhuber6 @jdoerfert I updated the branch with the upstream, and that closed my prev PR lol Here is again https://github.com/llvm/llvm-project/pull/145365 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https:/

[clang] [clang][nvlink-wrapper] Add support for opt-remarks command line options (PR #145200)

2025-06-22 Thread Miguel Cárdenas via cfe-commits
https://github.com/miguelcsx updated https://github.com/llvm/llvm-project/pull/145200 From 883345d337df982a87c55b11b3374cf661b7b49e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20C=C3=A1rdenas?= Date: Sun, 22 Jun 2025 03:32:24 +0200 Subject: [PATCH 1/2] [clang][nvlink-wrapper] Add support fo