Displaying 1 result from an estimated 1 matches for "pr456".
Did you mean:
pr452
2004 Nov 18
1
[LLVMdev] IMPORTANT: Executables Built In New Location
Folks,
If you're working from CVS sources and have updated recently, you should
know that the Makefiles now place the tools in a different directory.
This may affect your path. Three changes were made in resolving PR456:
1. $BUILD_OBJ_ROOT/lib/Debug --> $BUILD_OBJ_ROOT/Debug/lib
2. $BUILD_OBJ_ROOT/tools/Debug --> $BUILD_OBJ_ROOT/Debug/bin
3. Example programs are now placed in $BUILD_OBJ_ROOT/Debug/examples
The same is true for Release and Profile builds.
So, if you had /path/to/my/build_obj_root/tools/Deb...