Compilation issues : getFileName and endianness
Opened this issue · 3 comments
JeWaVe commented
in file include/ThinProtobuf.h:225 (for example), llvm::support::endianness doesn't exist.
It seems to be llvm::endianness that should be used instead. See : https://llvm.org/doxygen/namespacellvm.html#ae1e26e57357947b25e392fd18ab000db
in lib/TemplightTracer.cpp:200 and lib/TemplightAction.cpp:59, getFileName doesn't exist. It seems that tryGetRealPathName should be used instead.
JeWaVe commented
patch-issue-95.tar.gz
Here is a patch fixing the issue
asomerville-latai commented
@JeWaVe I'm not involved with this project, but I'd guess the best chance of landing this patch would be to make a pull request rather than posting a tar.gz
asomerville-latai commented
Actually it looks @mikael-s-persson fixed this so this can probably be closed as fixed.
Fixed here: beed533