search for: noreferr

Displaying 18 results from an estimated 18 matches for "noreferr".

2016 Dec 09
4
Strange clang behavior when compiled against musl
I have managed to compile llvm and clang against musl, but it behaves really strange: At first I tried to launch the compiler with musl dynamic loader: $ LD_LIBRARY_PATH=/path/to/musl/lib /path/to/musl/lib/ld-musl-x86_64.so.1 /path/to/llvm/bin/clang -v clang version 4.0.0 (https://github.com/llvm-mirror/clang 40adebeca0f99006d407508653c2cbd270a1a51c) (https://github.com/llvm-mirror/llvm
2016 Jul 04
3
Updating release docs and minimal tools
Folks, I'm in the process of updating this page: http://llvm.org/docs/HowToReleaseLLVM.html which had its last review in the middle ages. In particular, I'm removing "dragonegg" from the list of requirements, changing the "build" instructions to use the test-release script (by pointing it to the right doc [1]), and updating the list of requirements. CMake is now
2017 Sep 29
0
Delivery Status Notification (Delay)
...luminous release, I<br> would like to update the wiki pages at [1] and [2] with some links and<br> better instructions<br> <br> Username: GiulioFidente<br> <br> 1. <a href=3D3D"https://wiki.centos.org/SpecialInterestGroup/Storage" rel= =3D3D"=3D noreferrer" target=3D3D"_blank">https://wiki.centos.org/<wbr>SpecialInteres= tG=3D roup/Storage</a><br> 2. <a href=3D3D"https://wiki.centos.org/SpecialInterestGroup/Storage/Ceph" = re=3D l=3D3D"noreferrer" target=3D3D"_blank">https://wi...
2018 Sep 19
0
Delivery Status Notification (Delay)
...mail.com</a= >&gt; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0 0= 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I noticed that the hea= der backgroung image of <a href=3D"https://blog.centos.org" rel=3D"noreferr= er noreferrer" target=3D"_blank">https://blog.centos.org</a><br> was updated. This brought back some memories around couple of<br> suggestions (or &quot;complaints&quot;) when the page was first set up. Fab= ian<br> thinks it&#39;s worth discus...
2018 Jan 12
2
Save login's to a table
Hi, I'd like to have the logins that the accounts do, saved in a *sql table, with login name | IP | datetime, for audit porposes. How could I achieve that, if possible? Thanks in advanced, -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180112/10e98846/attachment.html>
2018 Jan 12
1
Save login's to a table
...;<br> <br><br>How could I achieve that, if possible?<br><br> <br><br>Thanks in advanced,</blockquote><br>A post-login script could do that:<br><br> <a href="https://wiki.dovecot.org/PostLoginScripting" rel="noopener noreferrer" target="_blank">https://wiki.dovecot.org/PostLoginScripting</a><br><br>-- <br>Alex JOST</blockquote><p>or https://wiki2.dovecot.org/Plugins/LastLogin</p><p class="io-ox-signature">---<br>Aki Tuomi</p></bod...
2019 Sep 13
4
fts_solr: Error: fts_solr: received invalid uid '0'
...ername_format=%u /etc/dovecot/users driver = passwd-file } plugin { acl = vfile acl_anyone = allow acl_shared_dict = file:/var/spool/dovecot/public/shared-mailboxes.db fts = solr fts_autoindex = yes fts_solr = url=<a href="http://172.17.10.12:8983/solr/dovecot/" rel="noreferrer noopener" target="_blank">172.17.10.12:8983/solr/dovecot/</a> quota = dict:User quota::no-unset:proxy::sqlquota quota_rule = *:storage=10G sieve = file:~/sieve;active=~/.dovecot.sieve sieve_before = /var/spool/dovecot/globalsieve/duplicate.sieve sieve_duplicate_d...
2014 Dec 01
0
No subject
...; _______________________________________________<br> Icecast mailing list<br> <a href=3D"mailto:Icecast at xiph.org" target=3D"_blank">Icecast at xiph.org</a><= br> <a href=3D"http://lists.xiph.org/mailman/listinfo/icecast" rel=3D"noreferre= r" target=3D"_blank">http://lists.xiph.org/mailman/listinfo/icecast</a><br> </blockquote></div> --001a11425b705ebe2a051e24051b--
2017 Jun 06
0
free Icecast windows source software with HE-AAC(/v2) support
2018 Mar 30
1
Tinc: performance
2006 Oct 15
1
Authenticating dovecot against Active Directory using bsdauth and login_ldap
...ms = plain passdb bsdauth { } userdb passwd-file { args = /etc/passwd } user = root } plugin { } ======================================= ==== /etc/login.conf (exert) ========== staff:\ :auth=-ldap:\ :x-ldap-server=10.0.0.23:\ :x-ldap-port=389:\ :x-ldap-noreferrals:\ :x-ldap-uscope=subtree:\ :x-ldap-basedn=dc=my,dc=domain,dc=co,dc=uk:\ :x-ldap-binddn=cn=UnixUser,cn=Users,dc=my,dc=domain,dc=co,dc=uk:\ :x-ldap-bindpw=mypassword:\ :x-ldap-filter=(&(objectClass=user)(mail=%u)):\ :datasize-cur=512M:\ :...
2020 Feb 05
2
How to distinguish between user defined function in a program and library functions
...______________________________<br> LLVM Developers mailing list<br> <a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br> <a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br> </blockquote></div> </blockquote></div>
2020 Feb 04
4
How to distinguish between user defined function in a program and library functions
Say, I have the following program:    #include <iostream>    int main(){      std::cout << "hello\n";      return 0;    } After generating llvm bitcode using the following command:       $ clang++ -c -emit-llvm -O -Xclang -disable-llvm-passes a.cpp the bitcode has the following function with define. __cxx_global_var_init    main   
2016 May 23
0
Using an MCStreamer Directly to produce an object file?
2016 May 09
5
[cfe-dev] [Openmp-dev] RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
I talked to Chandler about the name "offload_libs" vs "parallel_libs" and he said he thinks "offload" is too narrow of a term for the scope he sees for this subproject. One example he brought up was AVX 512. He thinks that code explicitly targeting CPU parallelism should also be included in this project, even though it doesn't fit in the category of
2018 Dec 14
3
LLVM Alias Analysis problem
Dear LLVM developers, My name is Artem Vopilov, I am a student at TU Darmstadt. I am writing to you again to ask about Alias Analysis. Now I attached IR code and C code of program I analyze with Alias Analysis. Running commands "opt -analyze -aa-eval -print-all-alias-modref-info" and for printing sets of alias "opt -analyze -aa-eval -print-alias-sets" gives me the results,
2020 Apr 02
3
RFC: dynamic_cast optimization in LTO
<font face="Verdana,Arial,Helvetica,sans-serif" size="2"> <span><div>Hi,<br>There was a mention of optimizing away C++ dynamic_casts in LTO in this presentation: <a href="https://www.youtube.com/watch?v=Fd3afoM3UOE&t=1306" target="_blank">https://www.youtube.com/watch?v=Fd3afoM3UOE&t=1306</a><br>I
2016 Apr 27
6
[Openmp-dev] [cfe-dev] RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
I've put together a proposed "charter" for this new project, which I am calling parallel_utils (although I'm very open to suggestions for a better name). The text of my charter is below, and I welcome any input on how it can be improved. ===================================================== LLVM Parallel Utils Subproject Charter