authorgravatar for 124872+jedisct1@users.noreply.github.comFrank Denis <124872+jedisct1@users.noreply.github.com> 2020-09-23 22:48:17+02:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-09-23 22:05:43-04:00
log274c55b780c8ef954f335536bdfcf79cd8d9f6ca
tree3523a16531c8a4cc8378b4292d1fcb23f09d10ba
parent0fcee6e11c1b9b9de700cb2af4125237a51f5608

ZIG_WORKAROUND_4799 is not required with LLVM 10.0.1

That paragraph used to contradict the following one.

1 files changed, 1 insertions(+), 1 deletions(-)

README.md+1-1
...@@ -71,7 +71,7 @@ or...@@ -71,7 +71,7 @@ or
71[error: unable to create target: 'Unable to find target for this triple (no targets are registered)'](https://github.com/ziglang/zig/issues/5055),71[error: unable to create target: 'Unable to find target for this triple (no targets are registered)'](https://github.com/ziglang/zig/issues/5055),
72in which case try `-DZIG_WORKAROUND_4799=ON`72in which case try `-DZIG_WORKAROUND_4799=ON`
7373
74Hopefully this will be fixed upstream with LLVM 10.0.1.74This has been fixed upstream with LLVM 10.0.1.
7575
76Building with LLVM 10.0.1 you might run into this problem:76Building with LLVM 10.0.1 you might run into this problem:
77`ld: library not found for -llibxml2.tbd`77`ld: library not found for -llibxml2.tbd`