A README file with procedure for building/testing LLVM libc on Windows
has also been added.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
There are a few warnings that will arise in CMake and build steps that will be resolved in followup patches.
libc/config/windows/README.md | ||
---|---|---|
34 | I don't think we need to tell people how to build their own clang, we can tell them to get a recent clang somehow, either by downloading from https://releases.llvm.org/download.html or by building themselves (point to building clang documentation). | |
libc/config/windows/entrypoints.txt | ||
19–20 | do you know what character is on this newline? there's an orange exclamation mark that I haven't seen before that probably shouldn't be there. Maybe a \r? |
[libc] Updating Windows config
Removing flagged whitespace from config file and outsourcing Clang build
instructions in README.md to the official documentation online.
[libc] Editing README.md
Specifying that Clang compilation is required to build LLVM libc in README.md
and fixing whitespace issue in entrypoints.txt
I don't think we need to tell people how to build their own clang, we can tell them to get a recent clang somehow, either by downloading from https://releases.llvm.org/download.html or by building themselves (point to building clang documentation).