search for: sparcv9sch

Displaying 1 result from an estimated 1 matches for "sparcv9sch".

Did you mean: sparcv9sched
2004 Oct 27
0
[LLVMdev] New Library Names (IMPORTANT)
...se upper and lower case to match the library directory they came from. In general they should be recognizable to you. For example: libtarget.a -> libLLVMTarget.a However, a few of them changed outright to make it consistent: cwriter.o -> LLVMCBackend.o profpaths.o -> LLVMProfilePaths.o Sparcv9Sched.o -> LLVMSparcV9InstrSched.o The changes have all been made to the necessary makefiles in llvm proper, but not in any of the projects. The adjustment should be pretty straight forward: capitalize first letters and prefix with LLVM. Reid.