[PATCH] D110304: [HIP] Fix linking of asanrt.bc

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 24 10:02:43 PDT 2021


tra accepted this revision.
tra added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/lib/Driver/ToolChains/HIP.cpp:413
       } else
-        BCLibs.push_back(AsanRTL.str());
+        BCLibs.push_back({AsanRTL.str(), false});
     }
----------------
Nit: I'd add `/*ShouldInternalize=*/`


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

https://reviews.llvm.org/D110304



More information about the cfe-commits mailing list