search for: getpathlist

Displaying 2 results from an estimated 2 matches for "getpathlist".

2008 Feb 25
1
[LLVMdev] make the system path separator public
...sts of include directories, formatted like the PATH environment variable: on Windows the separator is a semicolon, on Unix the separator is a colon. It makes sense to me to have the llvm System library export the separator, since it already knows what it is. Doing this also allowed me to push the getPathList function up into the shared System/Path code. (I considered exporting the getPathList function itself, but the "include" environment variables treat empty entries in a special way.) I would appreciate someone merging this patch if there are no objections to it. Thanks, Sam Bishop -----...
2007 Jul 05
2
[LLVMdev] PATCH (rest of code changes) "bytecode" --> "bitcode"
Here is the bulk of the sanitizing. My residual doubts center around the question whether we still do/want to support (un)compressed *byte*code in 2.0/2.1. I need a definitive word on this to proceed. My understanding is that bytecode is already gone, but there are still some functions/enums that really deal with *byte*code (instead of *bit*code). I did not touch those areas, so the attached