https://github.com/petrhosek closed
https://github.com/llvm/llvm-project/pull/112249
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -466,7 +467,7 @@ void HIP::constructGenerateObjFileFromHIPFatBinary(
"-o", Output.getFilename(),
"-x", "assembler",
ObjinFile, "-c"};
- const char *Clang = Args.MakeArgString(C.getDriver().ClangE
jhuber6 wrote:
Thanks for fixing this, didn't even know the `getPrependArg` was something we
supported. Sorry for the extra work.
https://github.com/llvm/llvm-project/pull/112249
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.ll
@@ -466,7 +467,7 @@ void HIP::constructGenerateObjFileFromHIPFatBinary(
"-o", Output.getFilename(),
"-x", "assembler",
ObjinFile, "-c"};
- const char *Clang = Args.MakeArgString(C.getDriver().ClangE
https://github.com/jhuber6 approved this pull request.
https://github.com/llvm/llvm-project/pull/112249
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: Petr Hosek (petrhosek)
Changes
This addresses an issue introduced in #112041.
---
Full diff: https://github.com/llvm/llvm-project/pull/112249.diff
1 Files Affected:
- (modified) clang/lib/Driver/ToolChains/HIPUtility.cpp (+7-6)
https://github.com/petrhosek created
https://github.com/llvm/llvm-project/pull/112249
This addresses an issue introduced in #112041.
>From 8f2e6b76edf09812cfb9a26b13ebcadf711f8b8e Mon Sep 17 00:00:00 2001
From: Petr Hosek
Date: Mon, 14 Oct 2024 18:49:29 +
Subject: [PATCH] [HIP] Suport LLVM