mirror of
https://github.com/Feliix42/mlir.nix.git
synced 2024-11-22 10:46:29 +00:00
undo the damage done by Karl
This commit is contained in:
parent
6f09cea3fe
commit
a2b9735c24
2 changed files with 5 additions and 5 deletions
|
@ -2,11 +2,11 @@
|
|||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1698160471,
|
||||
"narHash": "sha256-lH7ZEItqQOWi21St9JyE6t3yyFNYGoQqSEcS90WMnBY=",
|
||||
"lastModified": 1698288402,
|
||||
"narHash": "sha256-jIIjApPdm+4yt8PglX8pUOexAdEiAax/DXW3S/Mb21E=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "04f431fe64a5ba8ff129cbbbfec489cfe903982c",
|
||||
"rev": "60b9db998f71ea49e1a9c41824d09aa274be1344",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -67,8 +67,8 @@
|
|||
"-DCMAKE_BUILD_TYPE=Debug"
|
||||
"-DCMAKE_EXPORT_COMPILE_COMMANDS=ON"
|
||||
# from the original LLVM expr
|
||||
#"-DLLVM_LINK_LLVM_DYLIB=ON"
|
||||
"-DBUILD_SHARED_LIBS=ON"
|
||||
"-DLLVM_LINK_LLVM_DYLIB=ON"
|
||||
#"-DBUILD_SHARED_LIBS=ON"
|
||||
# inst will be our installation prefix
|
||||
#"-DCMAKE_INSTALL_PREFIX=../inst"
|
||||
# "-DLLVM_INSTALL_TOOLCHAIN_ONLY=ON"
|
||||
|
|
Loading…
Reference in a new issue