It turns out that the MSVC headers define these functions without
dllimport even when compiling with /MD. This change fixes the resulting
compile-time error.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Seems like an oversight on their part, since these functions will be imported from VCRUNTIME*.dll for /MD. Oh well. LGTM.