From 274c55b780c8ef954f335536bdfcf79cd8d9f6ca Mon Sep 17 00:00:00 2001 From: Frank Denis <124872+jedisct1@users.noreply.github.com> Date: Wed, 23 Sep 2020 22:48:17 +0200 Subject: [PATCH] ZIG_WORKAROUND_4799 is not required with LLVM 10.0.1 That paragraph used to contradict the following one. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b16902d23..2f0d65f584 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ or [error: unable to create target: 'Unable to find target for this triple (no targets are registered)'](https://github.com/ziglang/zig/issues/5055), in which case try `-DZIG_WORKAROUND_4799=ON` -Hopefully this will be fixed upstream with LLVM 10.0.1. +This has been fixed upstream with LLVM 10.0.1. Building with LLVM 10.0.1 you might run into this problem: `ld: library not found for -llibxml2.tbd`