in llvm-bazel/overlay_directories.py [0:0]
def _symlink_abs(from_path, to_path): os.symlink(os.path.abspath(from_path), os.path.abspath(to_path))