Remove SVN logic from find_first_existing_vc_file
authorPushpinder Singh <Pushpinder.Singh@amd.com>
Fri, 29 May 2020 09:39:43 +0000 (05:39 -0400)
committerSameer Sahasrabuddhe <sameer.sahasrabuddhe@amd.com>
Fri, 29 May 2020 15:01:55 +0000 (20:31 +0530)
commit0384446c7c2458b12ce3ef1c2bdf438af1f78ad7
tree5b3ca15329b02968d24a4e8d3099998479c18731
parentcf6cc662eeee2b1416430f517850be9032788e39
Remove SVN logic from find_first_existing_vc_file

As LLVM has moved from SVN to git, there is no need to
keep SVN related code. Also, this code piece was never used.

Differential Revision: https://reviews.llvm.org/D79400
llvm/cmake/modules/AddLLVM.cmake