[clang] [AMDGPU] Correctly pass the target-id to `ld.lld` (PR #101037)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 29 09:37:03 PDT 2024


================
@@ -634,7 +634,17 @@ void amdgpu::Linker::ConstructJob(Compilation &C, const JobAction &JA,
                   C.getDriver().getLTOMode() == LTOK_Thin);
   else if (Args.hasArg(options::OPT_mcpu_EQ))
----------------
arsenm wrote:

Braces 

https://github.com/llvm/llvm-project/pull/101037


More information about the cfe-commits mailing list