We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f526c2 commit 767976eCopy full SHA for 767976e
script/get-llvm/customize.py
@@ -83,6 +83,12 @@ def postprocess(i):
83
84
found_path = os.path.dirname(found_file_path)
85
86
+ env['MLC_LLVM_CLANG_BIN_PATH'] = found_path
87
+ env['MLC_LLVM_INSTALLED_PATH'] = os.path.dirname(
88
+ found_path) # /usr in case of /usr/bin/clang
89
+
90
+ env['MLC_LLVM_CLANG_INSTALLED_PATH'] = env['MLC_LLVM_INSTALLED_PATH']
91
92
file_name_c = os.path.basename(found_file_path)
93
file_name_cpp = file_name_c.replace("clang", "clang++")
94
0 commit comments