Closed yanliu18 closed 7 months ago
@yanliu18 Sorry this took so long for me to get around to looking at; the make-glr
branch doesn't seem to exist on your repo and so I haven't been able to reproduce the issue. If you recall what the context / initial change to cause the issue was, I can take another look at this for you.
Closing as no reproduction; feel free to reopen if necessary!
What component is the issue in?
llvm-backend
Which command
What K Version?
K version: v6.1.58 Build date: Thu Dec 14 03:41:52 CST 2023
Operating System
MacOS (Intel)
K Definitions (If Possible)
No response
Steps to Reproduce
Not sure if it is the right place to post, when attempt to build the bison parser using nix, it failed on my mac but succeeded in a linux machine. Another strange behaviour is it failed to print the
build date
when attempting to printkompile version
in nix. It failed with anfile not found
error.OS: ProductName: macOS ProductVersion: 12.7.1 BuildVersion: 21G920 Hardware: 3.3 GHz Dual-Core Intel Core i7
Steps to reproduce:
git checkout make-glr
Error log:
Expected Results
A sucessful build with a parser generated in llvm definition directory.