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

Dieser Commit ist enthalten in:
Chris Kitching
2017-10-24 20:52:51 +01:00
Ursprung 778d6827f9
Commit 59071b895e
+1 -1
Datei anzeigen
@@ -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