[clang] [Clang] Add a flag to include GPU startup files (PR #112025)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 11 10:37:14 PDT 2024
================
@@ -648,6 +648,15 @@ void amdgpu::Linker::ConstructJob(Compilation &C, const JobAction &JA,
Args.MakeArgString("-plugin-opt=-mattr=" + llvm::join(Features, ",")));
}
+ if (Args.hasArg(options::OPT_gpustartfiles)) {
----------------
arsenm wrote:
Is there prior art for a flag to link crt? (i.e. can we just use that instead of inventing a new -gpu flag)
https://github.com/llvm/llvm-project/pull/112025
More information about the cfe-commits
mailing list