Nicolas Agostini
Nicolas Agostini
Replace the line: `%cast210 = getelementptr [13 x i8]* @.str, i64 0, i64 0` By: `%cast210 = getelementptr [13 x i8],[13 x i8]* @.str, i64 0, i64 0` I have...
haha You can implement the fix. Thanks for asking, Have a nice weekend, Nico 2017-09-15 11:50 GMT-05:00 David Ellis : > Hi @agostini01 , > > Nice! Do you want...
For sure. Here are the outputs after removing and re-creating polygeist build folder and executing the readme commands: ``` cmake -G Ninja .. -DMLIR_DIR=$PWD/../llvm-project/build/lib/cmake/mlir -DCLANG_DIR=$PWD/../llvm-project/build/lib/cmake/clang -DLLVM_TARGETS_TO_BUILD="host" -DLLVM_ENABLE_ASSERTIONS=ON -DCMAKE_BUILD_TYPE=DEBUG ``` ```...
Ran into similar issue. For some reason my conda environment binaries were not the first in the path. Instead I have the following path: ``` echo $PATH /home/developer/.local/bin:/home/developer/miniconda3/envs/textgen/bin:/usr/local/bin:/bin:/usr/bin:/snap/bin:/home/developer/.local/bin ``` Not...
Just noticed your problem is in windows. My workaround is meant to be used in linux (runing Ubuntu using WSL). But windows has a similar concept of `PATH` and if...