Talk:LLVM
Appearance
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.