Talk:LLVM: Difference between revisions
Appearance
imported>OlivierNicole Add alternative way to run cmake as the proposed way does not work for me |
(No difference)
|
Latest revision as of 10:19, 17 May 2023
Regarding the command to run cmake
:
cmake $cmakeFlags ../llvm-project/llvm
Does not work for me (in zsh) as $cmakeFlags
is parsed as a single argument. I had to do:
cmake $(echo $cmakeFlags) ../llvm-project/llvm
Start a discussion about LLVM
Talk pages are where people discuss how to make content on NixOS Wiki the best that it can be. You can use this page to start a discussion with others about how to improve LLVM.