Depends on https://reviews.llvm.org/D35133.
As of https://reviews.llvm.org/D35133, Clang will have migrated to the
new parameter lists in GetSVN.cmake: SOURCE_DIRS and NAMES. Remove
the old parameters, FIRST_SOURCE_DIR/FIRST_NAME and
SECOND_SOURCE_DIR/SECOND_NAME.
Other external projects using LLVM's GetSVN.cmake, such as Apple's
Swift, will also be forced to migrate.
Test Plan:
- Perform a clean build of Clang, verify that clang --version still prints the correct LLVM and Clang revision information.
- Apply this patch, then perform another clean build. clang --version should still print the correct revision information.