Displaying 2 results from an estimated 2 matches for "zgzyw2go4xzprserfjjaz".
2012 Jul 19
2
[LLVMdev] Where is sys::fs::canonicalize()?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
as the subject says, I was just wondering where the implementation of
sys::fs::canonicalize() might be. The function is declared in
llvm/Support/FileSystem.h, but I couldn't find its implementation
within lib/Support. Consequently, any application using this function
doesn't link. Am I missing something here?
Regards,
Mario
-----BEGIN
2012 Jul 19
0
[LLVMdev] Where is sys::fs::canonicalize()?
On 19 July 2012 09:10, Mario Schwalbe <mario at se.inf.tu-dresden.de> wrote:
> as the subject says, I was just wondering where the implementation of
> sys::fs::canonicalize() might be.
Looks like it got implemented, then reverted due to buildbot breakage,
and never re-committed:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20111212/133222.html
Jay.