Why Nostr? What is Njump?
2024-11-15 22:40:20
in reply to

✧✦✶✷Catherine✷✶✦✧ on Nostr: oh, i figured it out clang -target x86_64-windows-msvc puts the comment into a ...

oh, i figured it out

clang -target x86_64-windows-msvc puts the comment into a .drectve section.

clang -target x86_64-windows-gnu silently ignores it, presumably because mingw doesn't define anywhere to put it.

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
Author Public Key
npub1y6dlvsas2kk6xjmj82rk2gda8lrtdkp4002f2gz86qqyudmc5utqk5d9nx