[PATCH] D51340: Add /Zc:DllexportInlines option to clang-cl

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 10 00:30:28 PDT 2018


hans added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:5244
+                   false))
+    CmdArgs.push_back("-fvisibility-inlines-hidden");
+
----------------
Huh, does this actually affect whether functions get dllexported or not?


https://reviews.llvm.org/D51340





More information about the cfe-commits mailing list