The `LLVM_ENABLE_RUNTIMES' mode is commonly used to build runtimes that
depend on an up-to-date version of clang. Currently, libc uses some
internal variables that are not forwarded when building in this mode.
This patch forwards the relevent arguments beginning with LLVM_LIBC to
the build when built this way.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, but I'd recommend getting review from someone more familiar with the runtimes build.