2
<p>while researching this i found out that the x86_64-windows-gnullvm target is the target that does not use the gnu tooling</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@whitequark" class="u-url mention">@<span>whitequark</span></a></span> Iā€™m choosing to read that bottom one as g-null-vm.</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@tedmielczarek" class="u-url mention">@<span>tedmielczarek</span></a></span> for sure</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@whitequark" class="u-url mention">@<span>whitequark</span></a></span> I can understand the series oh choices that led to this situation but it doesn&#39;t make it any less annoying.</p>
<p>clang supports <a href="https://mastodon.social/tags/pragma" class="mention hashtag" rel="tag">#<span>pragma</span></a> comment(lib, ...) on windows xor gnu. incredible</p>
<p><span class="h-card" translate="no"><a href="https://infosec.exchange/@malwareminigun" class="u-url mention">@<span>malwareminigun</span></a></span> <span class="h-card" translate="no"><a href="https://social.treehouse.systems/@dysfun" class="u-url mention">@<span>dysfun</span></a></span> Section Header Type, you potty-mouths!</p>
<p><span class="h-card" translate="no"><a href="https://social.treehouse.systems/@dysfun" class="u-url mention">@<span>dysfun</span></a></span> <span class="h-card" translate="no"><a href="https://mastodon.social/@whitequark" class="u-url mention">@<span>whitequark</span></a></span> I was just going to say, it seems like someone forgot an I</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@gamingonlinux" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>gamingonlinux</span></a></span> "the third episode that never came to be"</p><p>Not sure if they confirmed episode 3 was cancelled before but im glad they said it outloud.</p>
<p>oh, i figured it out</p><p>clang -target x86_64-windows-msvc puts the comment into a .drectve section. </p><p>clang -target x86_64-windows-gnu silently ignores it, presumably because mingw doesn&#39;t define anywhere to put it. </p><p>clang -target x86_64-linux-gnu puts it into an SHT_LLVM_DEPENDENT_LIBRARIES section because LLVM has defined that this is where it goes</p>