authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-07-03 04:43:05+00:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-07-03 04:43:05+00:00
log14e07e9a72ca9e1d01e64998d40705979fa0c456
tree0727ace8050d9851c741177609386096de776e39
parent9a7f05378f4497d1ebe1ee6f5ca17390121665a9

clean up readme


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

README.md+5-5
...@@ -61,16 +61,16 @@ brew outdated llvm || brew upgrade llvm...@@ -61,16 +61,16 @@ brew outdated llvm || brew upgrade llvm
61mkdir build61mkdir build
62cd build62cd build
63cmake .. -DCMAKE_PREFIX_PATH=$(brew --prefix llvm)63cmake .. -DCMAKE_PREFIX_PATH=$(brew --prefix llvm)
64make -j install64make install
65```65```
6666
67You will now run into this issue:67You will now run into this issue:
68[homebrew and llvm 10 packages in apt.llvm.org are broken with undefined reference to getPollyPluginInfo](https://github.com/ziglang/zig/issues/4799)68[homebrew and llvm 10 packages in apt.llvm.org are broken with undefined reference to getPollyPluginInfo](https://github.com/ziglang/zig/issues/4799)
69or this https://github.com/ziglang/zig/issues/5055, in which case try `-DZIG_WORKAROUND_4799=ON`69or
7070[error: unable to create target: 'Unable to find target for this triple (no targets are registered)'](https://github.com/ziglang/zig/issues/5055),
71in which case try `-DZIG_WORKAROUND_4799=ON`
7172
72Please help upstream LLVM and Homebrew solve this issue, there is nothing Zig73Hopefully this will be fixed upstream with LLVM 10.0.1.
73can do about it. See that issue for a workaround you can do in the meantime.
7474
75##### Windows75##### Windows
7676