aboutsummaryrefslogtreecommitdiff
path: root/runtime/libprofile/Makefile
AgeCommit message (Expand)Author
2006-11-17Undo removal of the runtime libraries. While this may have been a bitReid Spencer
2006-11-16In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer
2005-10-18This was never updated for the project makefile changesChris Lattner
2005-01-13Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically byReid Spencer
2004-12-22For PR432:Reid Spencer
2004-12-13Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer
2004-12-02Standardize the makefiles with space around = to match the rest of LLVM.Reid Spencer
2004-12-02Standardize the format of the runtime libraries makefiles.Reid Spencer
2004-10-26Add EXTRA_DIST for additional files to be distributed.Reid Spencer
2003-10-28Initial checkin of function and block profiling runtime libraryChris Lattner