This is an archive of the discontinued LLVM Phabricator instance.

Remove vestiges of configure buildsystem
ClosedPublic

Authored by steveire on Aug 14 2018, 2:31 PM.

Details

Summary

Remove also the condition to allow in-source builds when using MSVC_IDE.
This may be vestigial and date from a time when llvm CMakeLists.txt had
a similar condition. The llvm file does not have such a condition, so
this brings them in sync.

Diff Detail

Repository
rL LLVM

Event Timeline

steveire created this revision.Aug 14 2018, 2:31 PM
svenvh added a subscriber: svenvh.Aug 23 2018, 4:51 AM
svenvh added inline comments.
CMakeLists.txt
288 ↗(On Diff #160692)

The NOT MSVC_IDE condition is still present in llvm's CMakeLists.txt, at least in r340526 (line 230), so not sure if we should remove it here?

steveire updated this revision to Diff 162283.Aug 23 2018, 3:40 PM

Remove vestiges of configure buildsystem

steveire marked an inline comment as done.Aug 23 2018, 3:41 PM
This revision was not accepted when it landed; it landed in state Needs Review.Aug 30 2018, 4:42 PM
This revision was automatically updated to reflect the committed changes.