search for: autolink

Displaying 20 results from an estimated 26 matches for "autolink".

2019 Mar 14
11
RFC: ELF Autolinking
At Sony we offer autolinking as a feature in our ELF toolchain. We would like to see full support for this feature upstream as there is anecdotal evidence that it would find use beyond Sony. In general autolinking (https://en.wikipedia.org/wiki/Auto-linking) allows developers to specify inputs to the linker in their source...
2019 Mar 14
3
RFC: ELF Autolinking
...39;t embed difficult > to find directives in object files, but I'm guessing in some languages > this is the natural way of adding libraries. > > On Thu, 14 Mar 2019 at 13:08, bd1976 llvm via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > > > At Sony we offer autolinking as a feature in our ELF toolchain. We would > like to see full support for this feature upstream as there is anecdotal > evidence that it would find use beyond Sony. > > > > I've not got any use of the existing code. Personally I've not come > across anyone wanting t...
2019 Mar 19
2
RFC: ELF Autolinking
...Thu, Mar 14, 2019 at 6:27 PM Peter Collingbourne <peter at pcc.me.uk> >> wrote: >> >>> >>> >>> On Thu, Mar 14, 2019 at 6:08 AM bd1976 llvm via llvm-dev < >>> llvm-dev at lists.llvm.org> wrote: >>> >>>> At Sony we offer autolinking as a feature in our ELF toolchain. We >>>> would like to see full support for this feature upstream as there is >>>> anecdotal evidence that it would find use beyond Sony. >>>> >>>> In general autolinking (https://en.wikipedia.org/wiki/Auto-linking...
2019 Mar 14
2
RFC: ELF Autolinking
On Thu, Mar 14, 2019 at 6:27 PM Peter Collingbourne <peter at pcc.me.uk> wrote: > > > On Thu, Mar 14, 2019 at 6:08 AM bd1976 llvm via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> At Sony we offer autolinking as a feature in our ELF toolchain. We would >> like to see full support for this feature upstream as there is anecdotal >> evidence that it would find use beyond Sony. >> >> In general autolinking (https://en.wikipedia.org/wiki/Auto-linking) >> allows developers to...
2019 Mar 21
3
RFC: ELF Autolinking
...ote: > Perhaps there's no one clean way to solve this issue, because previously > all libraries and object files are explicitly given to the linker via a > command line and the order of files in the command line matters. That > assumes human intervention to work correctly. Now, the autolinking feature > will add libraries implicitly. Since it's implicit, there will be only one > way how that works, so sometimes that works and sometimes doesn't. > > It feels to me that we should aim for making it work reasonably well for > reasonable use cases. By reasonable use...
2019 Mar 25
3
RFC: ELF Autolinking
Are you planning to add support for "-F" and "-framework" to ELF linkers? On Mon, Mar 25, 2019 at 12:51 AM Saleem Abdulrasool via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Sorry for the late chiming in. > > Yes, swift does use autolinking, and I would like to use that on all the > targets. The only target which does not support this functionality > currently are ELF based. That said, I think that `#pragma comment(link, > ...)` is insufficient for my needs. Building Foundation requires framework > style linking as w...
2019 Mar 25
2
RFC: ELF Autolinking
On Sun, Mar 24, 2019 at 9:51 PM Saleem Abdulrasool <compnerd at compnerd.org> wrote: > Sorry for the late chiming in. > > Yes, swift does use autolinking, and I would like to use that on all the > targets. The only target which does not support this functionality > currently are ELF based. That said, I think that `#pragma comment(link, > ...)` is insufficient for my needs. Building Foundation requires framework > style linking as w...
2019 Mar 26
2
RFC: ELF Autolinking
...worried about its use in a malicious manner: `--no-pie` being > embedded into the executable would disable ASLR, which really is why I > think that we would want a subset of options. > I'm not opposed to a linker options scheme; but, I think that it is important to separate this from autolinking (as we have proposed here). Rationale is upthread. We can support both if required. > On Mon, Mar 25, 2019 at 8:47 AM Rui Ueyama <ruiu at google.com> wrote: > >> On Sun, Mar 24, 2019 at 9:51 PM Saleem Abdulrasool <compnerd at compnerd.org> >> wrote: >> >&...
2019 Mar 14
3
RFC: ELF Autolinking
...; > On top of that, the generic ABI group has previously rejected proposals to > embed linker options in object files ( > https://groups.google.com/forum/#!topic/generic-abi/iS_-m-X5ZwQ). > > Given how ELF has done things in the past, maybe the section name should > be ".note.autolink". We could also be like GCC and namespace our extensions > as ".note.LLVM.autolink", but maybe that's a step too far. > A .note section consists of a series of type-length-value records. My understanding is that the static linker aggregates them to a single location and pu...
2019 Mar 14
2
RFC: ELF Autolinking
...object files, but I'm guessing in some languages >>> this is the natural way of adding libraries. >>> >>> On Thu, 14 Mar 2019 at 13:08, bd1976 llvm via llvm-dev >>> <llvm-dev at lists.llvm.org> wrote: >>> > >>> > At Sony we offer autolinking as a feature in our ELF toolchain. We >>> would like to see full support for this feature upstream as there is >>> anecdotal evidence that it would find use beyond Sony. >>> > >>> >>> I've not got any use of the existing code. Personally I'...
2019 Mar 27
4
RFC: ELF Autolinking
...manner: `--no-pie` being embedded into the executable would disable ASLR, >>> which really is why I think that we would want a subset of options. >>> >> >> I'm not opposed to a linker options scheme; but, I think that it is >> important to separate this from autolinking (as we have proposed here). >> Rationale is upthread. We can support both if required. >> > > I'm not sure I understand how the two are distinct. The linker options > scheme being discussed is in the context of autolinking - aka, how to drive > the autolinking. >...
2019 Mar 18
2
RFC: ELF Autolinking
...ages >>>>> this is the natural way of adding libraries. >>>>> >>>>> On Thu, 14 Mar 2019 at 13:08, bd1976 llvm via llvm-dev >>>>> <llvm-dev at lists.llvm.org> wrote: >>>>> > >>>>> > At Sony we offer autolinking as a feature in our ELF toolchain. We >>>>> would like to see full support for this feature upstream as there is >>>>> anecdotal evidence that it would find use beyond Sony. >>>>> > >>>>> >>>>> I've not got any use...
2008 Dec 20
2
autolinking URL's
Hi, Is there a way to have markdown automatically convert obvious (http, mailto) URL's to links? i.e: http://example.com -> <a href="http://example.com>http://example.com</a> Thanks, -- http://www.critikart.net
2005 Aug 17
7
Need help with the rubyonrails wiki - instiki filters
I am trying to do a tutorial improvement on the wiki but I am having some problems with the auto formatting. Using httdp.conf produces http://httpd.conf when filtered. Using *.so produces .so and bold text there after. Is there any shorthand for the user for making text appear as it should without the linking and re-writes? Or does the admin have to change the filters in Instiki? Tesla
2018 Jan 19
1
IBM Power vs Markdown
...t/ibm/xlC/13.1.6/bin/xlc_r -q64 -I/usr/local/lib64/R/include -DNDEBUG -I/usr/local/include -qpic -g -O2 -qstrict -qfloat=nomaf:fenv -c Rmarkdown.c -o Rmarkdown.o /opt/ibm/xlC/13.1.6/bin/xlc_r -q64 -I/usr/local/lib64/R/include -DNDEBUG -I/usr/local/include -qpic -g -O2 -qstrict -qfloat=nomaf:fenv -c autolink.c -o autolink.o /opt/ibm/xlC/13.1.6/bin/xlc_r -q64 -I/usr/local/lib64/R/include -DNDEBUG -I/usr/local/include -qpic -g -O2 -qstrict -qfloat=nomaf:fenv -c buffer.c -o buffer.o /opt/ibm/xlC/13.1.6/bin/xlc_r -q64 -I/usr/local/lib64/R/include -DNDEBUG -I/usr/local/include -qpic -g -O2 -qstrict -qfloat=...
2006 Feb 10
4
RegEx Question
Hi, This is more of a Ruby question than Rails. I want to autolink url''s in a given string. I''m not great with regular expressions and I wandered if anybody has an example. Thanks.
2010 Feb 15
29
webgen 0.5.11 released
Hey everybody! -------------- webgen 0.5.11 has just been released! If you don''t know what webgen is, read the "What''s webgen?" section down below. This announcement is also available at http://webgen.rubyforge.org/news/release_0_5_11.html In this release there are two big changes regarding the internals of webgen: 1. The dependency on facets has been removed
2013 Oct 01
3
[LLVMdev] RFH: passing options from clang down to opt
...ust a function pass. Do I need to modify the pass manager as well? Thanks. Diego. diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td index a2be903..da932e2 100644 --- a/include/clang/Driver/Options.td +++ b/include/clang/Driver/Options.td @@ -351,6 +351,10 @@ def fno_autolink : Flag <["-"], "fno-autolink">, Group<f_Group>, Flags<[DriverOption, CC1Option]>, HelpText<"Disable generation of linker directives for automatic library linking">; +def fauto_profile : Flag<["-"], "fauto-profile"&g...
2015 Jun 09
1
Update for FAQ - q.15 & q.31 update & merge
On 9 June 2015 at 07:55, Manuel Wolfshant <wolfy at nobugconsulting.ro> wrote: > <significant snippage> > > Call me picky but I'd rephrase > The CentOS Project ONLY provides updates or other changes for the > latest version of each major branch. > to > The CentOS Project provides updates or other changes ONLY for the > latest version of each major
2009 Oct 10
0
PHP Markdown 1.0.1n & Extra 1.2.4
...so it makes sense for compatibility's sake to allow it in PHP Markdown too. [half]: http://babelmark.bobtfish.net/?markdown=This+is+%5Bmy+website%5D.%0D%0A%09%09%0D%0A%5Bmy+website%5D%3A+http%3A%2F%2Fexample.com%2F%0D%0A&src=1&dest=2 * Now accepting many valid email addresses in autolinks that were previously rejected, such as: <abc+mailbox/department=shipping at example.com> <!#$%&'*+-/=?^_`.{|}~@example.com> <"abc at def"@example.com> <"Fred Bloggs"@example.com> <jsmith@[192.0.2.1]> * Now accepting spaces in...