This revision was automatically updated to reflect the committed changes.
Closed by commit rL265299: Make FileSpec handling platform-independent
(authored by labath).
Changed prior to commit:
http://reviews.llvm.org/D18689?vs=52348&id=52556#toc
Repository:
rL LLVM
http://reviews.llvm.org/D1
zturner added a comment.
Ugh. The only better way I can think of to do this would be to go into LLVM
and rip out all the preprocessor defines, and compile `_windows` and `_posix`
versions of every function unconditionally, and then only use the preprocessor
defines to do something like:
#if