[PATCH] D109707: [HIP] [AlwaysInliner] Disable AlwaysInliner to eliminate undefined symbols
Anshil Gandhi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 13 12:33:10 PDT 2021
gandhi21299 marked an inline comment as done.
gandhi21299 added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:5069
// where aliases aren't supported.
- if (!RawTriple.isOSDarwin() && !RawTriple.isNVPTX() && !RawTriple.isAMDGPU())
CmdArgs.push_back("-mconstructor-aliases");
----------------
arsenm wrote:
> This looks like an unrelated change?
Ahh yes, I will get rid of it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109707/new/
https://reviews.llvm.org/D109707
More information about the cfe-commits
mailing list