[lit] Add substitutions: %utils and %line-directive

%utils => ${SWIFT_SOURCE_DIR}/utils
%line-directive => ${SWIFT_SOURCE_DIR}/utils/line-directive
This commit is contained in:
Rintaro Ishizaki
2016-06-10 22:19:19 +09:00
parent c8bbd63a7c
commit 1bdce7ced6
182 changed files with 527 additions and 523 deletions

View File

@@ -1,5 +1,5 @@
// RUN: mkdir -p %t
// RUN: %S/../../utils/split_file.py -o %t %s
// RUN: %utils/split_file.py -o %t %s
// RUN: %target-swift-frontend -dump-interface-hash %t/a.swift 2> %t/a.hash
// RUN: %target-swift-frontend -dump-interface-hash %t/b.swift 2> %t/b.hash
// RUN: not cmp %t/a.hash %t/b.hash