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

[ROCm/hip commit: 59071b895e]
此提交包含在:
Chris Kitching
2017-10-24 20:52:51 +01:00
父節點 5092f3f184
當前提交 641f7ed8f1
+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