Depends on LLVM https://reviews.llvm.org/D35132.
Instead of the old FIRST_SOURCE_DIR/FIRST_NAME,
SECOND_SOURCE_DIR/SECOND_NAME parameters, use the new
SOURCE_DIRS/NAMES list parameter. This allows the old parameters to
be deleted.
Test Plan:
- Perform a clean build of Clang, verify that clang --version still prints the correct LLVM and Clang revision information.
- Apply this patch to use the new arguments, then perform another clean build. clang --version should still print the correct revision information.