We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ac2b1 commit 1069aaeCopy full SHA for 1069aae
src/jitlayers.cpp
@@ -539,7 +539,7 @@ ExecutionEngine *jl_ExecutionEngine;
539
template<class T> // for GlobalObject's
540
static T *addComdat(T *G)
541
{
542
-#if defined(_OS_WINDOWS_)
+#if defined(_OS_WINDOWS_) && defined(_COMPILER_MICROSOFT_)
543
if (imaging_mode && !G->isDeclaration()) {
544
#ifdef LLVM35
545
// Add comdat information to make MSVC link.exe happy
0 commit comments