-
Notifications
You must be signed in to change notification settings - Fork 13.4k
about project site http://llvm.org/docs/ #178
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
Comments
sorry, if its not the right place to post. thanks, Raj |
Hi, I'm not sure why you are seeing that, but it looked like an unsafe link, so I removed it from your comment. |
thank you for edit. similar stuff happened for another http site, got redirected to something else thanks to "https everywhere" extension. seems https://llvm.org/docs/ does exist and works without redirects. wonder why https version does not open by default? to me, seems firefox doesn't care about security, as another extension is required. I assume the llvm site is setup securely. didn't find any more unwanted redirect on https://llvm.org/docs/. sincerely |
…304.3 (llvm#178) [objwriter/12.x] Update dependencies from dotnet/arcade
This patch defines a map-like clause named `host_eval` used to capture host values for use inside of target regions on restricted cases: - As `num_teams` or `thread_limit` of a nested `omp.target` operation. - As `num_threads` of a nested `omp.parallel` operation or as bounds or steps of a nested `omp.loop_nest`, if it is a target SPMD kernel. This replaces the following `omp.target` arguments: `trip_count`, `num_threads`, `num_teams_lower`, `num_teams_upper` and `teams_thread_limit`.
I went to llvm project site from Google and it led to http://llvm.org
there are sudden redirects on http://llvm.org/docs/ to some other link, found when going to http://llvm.org/docs/GettingStartedTutorials.html. tried again, it redirected to a link, and then it finally went to
is this site safe to use?
The text was updated successfully, but these errors were encountered: