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
Most likely it is finding another clang already installed on your system. Make your PATH variable point to where the newly JITy clang is installed. You should do make install after the build.
I follow the getting started in wiki to build and install the project on ubuntu, but it can't work.
$ /bin/clang++ test1.cpp -o test1 -fjit $ clang: error: unknown argument: '-fjit'
Test info:
The text was updated successfully, but these errors were encountered: