-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build error #1
Comments
Note the following error message:
Which means you should (re)build your clang(compiler-rt) with |
@pannzh Thanks so much for the reply. Actually, when I try to do - 2). compile runtime library However, I'm a little bit confused about that... |
What's your LLVM version? I built and tested this pass with LLVM3.8, 3.9, 4.0, and maybe 5.0. Since LLVM introduce breaking changes from time to time, It's sugguested to use a dedicated version instead. |
Hello,
There is an error when I try to compile the project (use "make").
Would it be possible to help to check it?
Here is the error message:
[ 75%] Building C object dataflow/runtime/CMakeFiles/runtime.dir/runtime.o cc: error: unrecognized argument to -fsanitize= option: ‘dataflow’ dataflow/runtime/CMakeFiles/runtime.dir/build.make:62: recipe for target 'dataflow/runtime/CMakeFiles/runtime.dir/runtime.o' failed make[2]: *** [dataflow/runtime/CMakeFiles/runtime.dir/runtime.o] Error 1 CMakeFiles/Makefile2:142: recipe for target 'dataflow/runtime/CMakeFiles/runtime.dir/all' failed make[1]: *** [dataflow/runtime/CMakeFiles/runtime.dir/all] Error 2 Makefile:83: recipe for target 'all' failed
Thanks in advance!
The text was updated successfully, but these errors were encountered: