[clang-fuzzer] CreateAndRunJITFunc - fix use after move static analyzer warning.
We were using the unique_ptr M to determine the triple after it had been moved in the EngineBuilder constructor.
Loading
Please sign in to comment
We were using the unique_ptr M to determine the triple after it had been moved in the EngineBuilder constructor.