[LLVMdev] Android, llvm-ar and setLastModificationAndAccessTime
Rafael EspĂndola
rafael.espindola at gmail.com
Sun Dec 1 11:37:42 PST 2013
> Have setLastModificationAndAccessTime fail on platforms without
> futimes/futimens (by ENOSYS). This is pretty ugly because having a function
> which can never succeed seems likely to confuse users.
This is probably OK. This is just for use in llvm-ar, so it doesn't
have to be fully general. In fact, moving this function to llvm-ar
itself is probably OK too.
Cheers,
Rafael
More information about the llvm-dev
mailing list