Generally we want to be careful about embedding full paths into the binary. While nobody is doing distributed builds today, in the future we want to support that.
What do you think of embedding just the basename into .drectve, and adding clang's resource dir to the LIB environment variable in the build system? That's a far less invasive change than making clang do the link step instead of link.exe, and should solve the problem. http://reviews.llvm.org/D4428 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
