Skip to content
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

Update README.md #25

Open
wants to merge 1 commit into
base: release
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ have been updated, make the following changes to your build process:

### Major changes in Version 2.0

- [Beta] OpenCilk supports a new syntax and implementation of reducer
- [Beta feature] OpenCilk supports a new syntax and implementation of reducer
hyperobjects. This new implementation allows local and global
variables in C and C++ to be declared to be a `cilk_reducer` type.
Registration and deregistration of such reducer variables is
Expand All @@ -155,8 +155,8 @@ produce a link-time error of the form, `undefined reference to '__csan_FUNC'`
for some function name `__csan_FUNC`.
- Please report these missing functions to us as bug reports when you
encounter them.
- [Beta] To work around the issue, add the flag ``-mllvm
-cilksan-bc-path=`find /path/to/opencilk/ -name "libcilksan.bc"`
- [Beta feature] To work around the issue, add the flag ``-mllvm
-cilksan-bc-path=`find /path/to/opencilk/ -name "libcilksan*.bc"`
`` to your command to compile the Cilk program.
- If the above work around does not work for you, please let us
know. Meanwhile, you can work around the issue by adding the
Expand Down