This is an archive of the discontinued LLVM Phabricator instance.

Removing old CMake build system
ClosedPublic

Authored by jlpeyton on May 13 2015, 11:12 AM.

Details

Summary

I'm going to be sending a series of patches to update/improve the cmake build system to the llvm standard.

I've just deleted the old cmake build system entirely. It doesn't work anymore and it makes sense to have only one CMake build system.

Diff Detail

Repository
rL LLVM

Event Timeline

jlpeyton updated this revision to Diff 25715.May 13 2015, 11:12 AM
jlpeyton retitled this revision from to Removing old CMake build system.
jlpeyton updated this object.
jlpeyton edited the test plan for this revision. (Show Details)
jlpeyton added a reviewer: chandlerc.
jlpeyton set the repository for this revision to rL LLVM.
jlpeyton added subscribers: Unknown Object (MLST), Unknown Object (MLST).
emaste added a subscriber: emaste.May 15 2015, 8:38 AM

So that it's clear to me, runtime/CMakeLists.txt is the "new" CMake build and will be receiving updates?

So that it's clear to me, runtime/CMakeLists.txt is the "new" CMake build and will be receiving updates?

runtime/CMakeLists.txt has been the primary CMake build system for a while. It will be receiving all the updates.

This revision was automatically updated to reflect the committed changes.