Replace FuzzerExtFunctionsDlsymWin.cpp with FuzzerExtFunctionsWeakAlias.cpp
to get externally defined functions (eg: LLVMFuzzerInitialize,
LLVMFuzzerCustomMutator, etc) working again.
Also enable tests that depended on these functions (on windows)
Differential D51700
[fuzzer] Replace FuzzerExtFunctionsDlsymWin.cpp with FuzzerExtFunctionsWeakAlias.cpp metzman on Sep 5 2018, 11:55 AM. Authored by
Details Replace FuzzerExtFunctionsDlsymWin.cpp with FuzzerExtFunctionsWeakAlias.cpp Also enable tests that depended on these functions (on windows)
Diff Detail
Event TimelineComment Actions @morehouse and @rnk: please take a look. My patch essentially undoes this one by Marcos. Comment Actions Should I remove FuzzerExtFunctionsDlsymWin.cpp? |