[libFuzzer] Use the compiler to link the relocatable object
Rather than invoking the linker directly, let the compiler driver handle it. This ensures that we use the correct linker in the case of cross-compiling. Differential Revision: https://reviews.llvm.org/D127828
Loading
Please sign in to comment