[PATCH] D77496: Make paths in generated llvm-lit relative as well.
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 6 01:36:20 PDT 2020
hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.
Seems okay to me.
================
Comment at: llvm/cmake/modules/AddLLVM.cmake:1430
+ # clang warning checks that passed case matches on-disk cache. So it's
+ # important that this restores the on-disk case of the prefix.
+ "# Allow generated file to be relocatable.\n"
----------------
Would it be possible to not lower-case paths in the first place?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77496/new/
https://reviews.llvm.org/D77496
More information about the llvm-commits
mailing list