-----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 PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJQB8DsAAoJEDv0fP6GapNtAdsH/j8MQCkxBdSbOISEgnuKcKCw fWuqTh9xedgQC8UCtPdHDRx1k6Gd62WcH/bj+7K5ejyn9OJS6OjPULyK7qQN5s/V uhcJEtG4RcTHM+mbIXdIyXSZrksxxdXPizgtoDJ720czYo47vmLB3qCO8dBXVyXU z5MjVmqB0vzekO3K7LIbKGuL6jV8lTXy4mOpYlYIirXm0rgtoVtOzbjBLvz/b20G 6QKW43pxJMr53gJ89bS9pSUN5+kIjSduHxCk6WbYEc7ofqn/kWV7+hs5lAbuFS/G +52K1bL/aktl1Uvg/JyCjPzQOjBWjrG8rnFv1ungivp/1gsjK3XpREIdWngUHfM=c8uB -----END PGP SIGNATURE-----
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.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 19.07.2012 11:24, schrieb Jay Foad:> 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.htmlOk, looks like it doesn't do what I expected anyway. I thought it would also resolve symbolic links within paths on UNIX systems and simplify .. and . components. I don't really care about capitalisation... ciao, Mario -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJQB9sYAAoJEDv0fP6GapNtbR0IALHCfmSuQa0sCP5l8OXHDUIB hlAeOotKoHFo9XGdkHs5aYX1Swnlm1ZHoUxOkZoa33QKdn73gw3/a//EQcV+Hgsm ZgzYw2GO4xZprseRfJjAz/P4Q+aK3DXLY9MImMGUA647mFfrBXOwh9GwLKi9rrDW oOpCdCmB3wO3TRgRrswP6iXrFabY8sQ8cmjaIkNOH0FRTm7cpyPgSTV2pkqMxuHv FFA8xSqy0ScYoVM8VVc/PZt03wMFup8Wm1FEYscJL9tVZzx37AvzUCvQpkuTwEwM QPDicwJGexiU/xK8p88TCf+bCmFvXIk3SeEg/sFaoOUVZtfU25TEGCC0VH7oJ2A=SrdK -----END PGP SIGNATURE-----