[PATCH] D157520: [Driver] Replace a link to openradar with a comment. NFC
Akira Hatanaka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 9 10:00:05 PDT 2023
ahatanak created this revision.
ahatanak added a reviewer: ravikandhadai.
ahatanak added a project: clang.
Herald added a project: All.
ahatanak requested review of this revision.
Herald added a subscriber: MaskRay.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D157520
Files:
clang/lib/Driver/ToolChains/Clang.cpp
Index: clang/lib/Driver/ToolChains/Clang.cpp
===================================================================
--- clang/lib/Driver/ToolChains/Clang.cpp
+++ clang/lib/Driver/ToolChains/Clang.cpp
@@ -5578,8 +5578,9 @@
}
// Enable -mconstructor-aliases except on darwin, where we have to work around
- // a linker bug (see https://openradar.appspot.com/7198997), and CUDA device
- // code, where aliases aren't supported.
+ // a linker bug where aliasing symbols are not moved to the new locations when
+ // the aliased symbol is moved, and CUDA device code, where aliases aren't
+ // supported.
if (!RawTriple.isOSDarwin() && !RawTriple.isNVPTX())
CmdArgs.push_back("-mconstructor-aliases");
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157520.548659.patch
Type: text/x-patch
Size: 716 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230809/fff28c70/attachment.bin>
More information about the cfe-commits
mailing list