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

[ROCm/clr commit: 8d91579dcf]
このコミットが含まれているのは:
Chris Kitching
2017-10-24 20:52:51 +01:00
コミット 31920efae1
+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