[PATCH] D133726: [OpenMP][AMDGPU] Link bitcode ROCm device libraries per-TU

Joseph Huber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 13 12:50:26 PDT 2022


jhuber6 added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/AMDGPU.cpp:720-722
+  if (DriverArgs.hasArg(options::OPT_march_EQ))
+    return getProcessorFromTargetID(
+        getTriple(), DriverArgs.getLastArgValue(options::OPT_march_EQ));
----------------
yaxunl wrote:
> It seems the code still there.
Sorry thought I reverted this file. I'll fix it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133726/new/

https://reviews.llvm.org/D133726



More information about the cfe-commits mailing list