1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

Remove a variable write that is not needed after d03838343f2.

This commit is contained in:
Nico Weber 2020-05-10 20:13:05 -04:00
parent 1e8b1544dc
commit 5ebf0e7eef

View File

@ -1504,8 +1504,7 @@ string(CONCAT LLVM_LIT_PATH_FUNCTION
"# Allow generated file to be relocatable.\n"
"def path(p):\n"
" if not p: return ''\n"
" p = os.path.join(os.path.dirname(os.path.abspath(__file__)), p)\n"
" return p\n"
" return os.path.join(os.path.dirname(os.path.abspath(__file__)), p)\n"
)
# This function provides an automatic way to 'configure'-like generate a file