You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fixed this issue yesterday and it was running fine, but today I come back to do some work and it is again telling me that "LLVM is not enabled". I tried re building and remaking a few times but it continues to give the same error. My config.mk is properly setup, and nothing has changed since yesterday except I restarted my machine at one point. Here is my config.mk (Which was working fine 24 hours ago)
LLVM_CONFIG = /usr/local/Cellar/llvm/6.0.0/bin/llvm-config
The text was updated successfully, but these errors were encountered:
Can you check if the LLVM_CONFIG path in your config.mk is being used? A simple check would be setting it to a clearly bad path, and seeing if the build breaks.
I fixed this issue yesterday and it was running fine, but today I come back to do some work and it is again telling me that "LLVM is not enabled". I tried re building and remaking a few times but it continues to give the same error. My config.mk is properly setup, and nothing has changed since yesterday except I restarted my machine at one point. Here is my config.mk (Which was working fine 24 hours ago)
LLVM_CONFIG = /usr/local/Cellar/llvm/6.0.0/bin/llvm-config
The text was updated successfully, but these errors were encountered: