[PATCH] D48426: [clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801)

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 22 05:25:58 PDT 2018


thakis added inline comments.


================
Comment at: test/CodeGen/pch-dllexport.cpp:41
+
+void use() { baz(); }
+
----------------
There still isn't a non-dllexported-but-referenced inline function in here as far as I can see. Am I just missing it?


https://reviews.llvm.org/D48426





More information about the cfe-commits mailing list