We were relying on CMAKE_ARGS argument to be passed to subbuild, but
this argument was never properly defined. This patch addresses that.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D83842
[CMake][runtimes] Pass the CMAKE_ARGS to runtimes build correctly ClosedPublic Authored by phosek on Jul 14 2020, 7:27 PM.
Details Summary We were relying on CMAKE_ARGS argument to be passed to subbuild, but
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 14 2020, 7:36 PM Closed by commit rG3577317b6d6b: [CMake][runtimes] Pass the CMAKE_ARGS to runtimes build correctly (authored by phosek). · Explain WhyJul 15 2020, 9:25 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 278220 llvm/runtimes/CMakeLists.txt
|