mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-19 11:35:51 -04:00

Summary: 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) Reviewers: rnk, morehouse Reviewed By: rnk, morehouse Subscribers: rnk, morehouse, mgorny Differential Revision: https://reviews.llvm.org/D51700 llvm-svn: 342698
4 lines
148 B
Plaintext
4 lines
148 B
Plaintext
CHECK: BINGO
|
|
RUN: %cpp_compiler %S/InitializeTest.cpp -o %t-InitializeTest
|
|
RUN: not %run %t-InitializeTest -use_value_profile=1 2>&1 | FileCheck %s
|