[clang] [LinkerWrapper] Remove handling of special bitcode flags (PR #114298)

2024-10-30 Thread Joseph Huber via cfe-commits
https://github.com/jhuber6 closed https://github.com/llvm/llvm-project/pull/114298 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [LinkerWrapper] Remove handling of special bitcode flags (PR #114298)

2024-10-30 Thread Joseph Huber via cfe-commits
https://github.com/jhuber6 created https://github.com/llvm/llvm-project/pull/114298 Summary: These flags were used in the very early days while we were trying to port stuff. Now that we just pass bitcode to the device link job it can be easily replaced by `-Xoffload-linker foo.bc`. >From 1a38b

[clang] [LinkerWrapper] Remove handling of special bitcode flags (PR #114298)

2024-10-30 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Joseph Huber (jhuber6) Changes Summary: These flags were used in the very early days while we were trying to port stuff. Now that we just pass bitcode to the device link job it can be easily replaced by `-Xoffload-linker foo.bc`. --- Full

[clang] [LinkerWrapper] Remove handling of special bitcode flags (PR #114298)

2024-10-30 Thread Joseph Huber via cfe-commits
https://github.com/jhuber6 updated https://github.com/llvm/llvm-project/pull/114298 >From 2d8e6cba481617f2158d6ac687210636747ea168 Mon Sep 17 00:00:00 2001 From: Joseph Huber Date: Wed, 30 Oct 2024 15:05:39 -0500 Subject: [PATCH] [LinkerWrapper] Remove handling of special bitcode flags Summary