Hi Paul, Maybe I missed something but why do you need to copy directories if you want to build from scratch? Just use the same CMake arguments you used in the original build. Best, Stefanos Στις Τρί, 23 Φεβ 2021 στις 11:34 μ.μ., ο/η Paul C. Anagnostopoulos via llvm-dev <llvm-dev at lists.llvm.org> έγραψε:> I'm spending the next couple of days moving to a new machine. It's a > 10-core i9 10900K processor with 128 GB of RAM, so builds should go a bit > quicker. > > Could someone tell me which subdirectories of my LLVM build directory I > should copy over so I can then build the system from scratch, but with the > same parameters? > > ---------------------------------------------------------------- > Windfall Paul C. Anagnostopoulos > ---------------------------------------------------------- > Software 978 369-0839 > www.windfall.com > ---------------------------------------------------------------- > My life has been filled with calamities, > some of which actually happened. > ---Mark Twain > > Guga 'mzimba, sala 'nhliziyo > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210223/dbc08e0d/attachment.html>
Paul C. Anagnostopoulos via llvm-dev
2021-Feb-23 21:59 UTC
[llvm-dev] Moving to a new machine
I've edited CMakeCache.txt so many times that I have no idea what to specify on the 'cmake' command line. Should I just guess, run cmake, copy my existing file on top of CMakeCache.txt, and run cmake again? At 2/23/2021 04:46 PM, Stefanos Baziotis wrote:>Hi Paul, > >Maybe I missed something but why do you need to copy directories if you want to build from scratch? >Just use the same CMake arguments you used in the original build.