Don't use now-defunct cmake variable in lit test config

Этот коммит содержится в:
Chris Kitching
2017-10-24 20:52:51 +01:00
родитель 778d6827f9
Коммит 59071b895e
+1 -1
Просмотреть файл
@@ -1,7 +1,7 @@
import sys
config.llvm_tools_dir = "@LLVM_TOOLS_BINARY_DIR@"
config.obj_root = "@BINARY_DIR@"
config.obj_root = "@CMAKE_CURRENT_BINARY_DIR@"
config.cuda_root = "@CUDA_TOOLKIT_ROOT_DIR@"
# Support substitution of the tools and libs dirs with user parameters. This is