Commits


Gil authored and GitHub committed 2dc0caca506
Fix fuzzer build under Xcode 10 (#1934) * LibFuzzer uses thread_local, which isn't available until iOS 9.0 This fixes builds under Xcode 10, where the linker is finally enforcing that running this binary on iOS wouldn't work. * Generated project changes