Jump to content

Talk:LLVM: Difference between revisions

From NixOS Wiki
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

Start a discussion