search for: optinons

Displaying 5 results from an estimated 5 matches for "optinons".

2020 Jan 31
2
[RFC][FileCheck] New option to negate check patterns
...bly. > How about having a concept of regex variables where you give a name > to a given directive's pattern which you could reuse as another pattern. Something like (syntax TBD): > > CHECK<NAME>: mov [[REG:r[0-9]+]], #42 > CHECK-NOT: <NAME> I.e. without adding a new optinons for FileCheck, something like the following? # RUN: llvm-sometool --print-string | FileCheck %s --check-prefix=CHECK1 # RUN: llvm-sometool --no-print-string | FileCheck %s --check-prefix=CHECK2 CHECK1<NAME>: mov [[REG:r[0-9]+]], #42 CHECK2-NOT: <NAME> It might work probably. We alrea...
2020 Feb 03
2
[RFC][FileCheck] New option to negate check patterns
...ou give a name > > > to a given directive's pattern which you could reuse as another pattern. > Something like (syntax TBD): > > > > > > CHECK<NAME>: mov [[REG:r[0-9]+]], #42 > > > CHECK-NOT: <NAME> > > > > I.e. without adding a new optinons for FileCheck, something like the > following? > > # RUN: llvm-sometool --print-string | FileCheck %s --check-prefix=CHECK1 > > # RUN: llvm-sometool --no-print-string | FileCheck %s --check-prefix= > CHECK2 > > > > CHECK1<NAME>: mov [[REG:r[0-9]+]], #42 > >...
2003 Apr 24
1
R 1.7.0 (Windows) Crashes After using "Install Package from Cran option" within
R-Community, (System Details at end) I recently downloaded R 1.7.0 win95 binaries from http://cran.us.r-project.org . After installing the program with no hitch I used the the 'Install Packages from Cran' optinon in the drop down menu from Rgui. (This may be bad form, if so let me know): I selected all paackages to install and everything was fine until the 'dse' package was
2020 Jan 31
2
[RFC][FileCheck] New option to negate check patterns
Hi all, There have been a few cases recently where I've noticed two test cases in the same lit test that do the same thing except invert the CHECK, to show that something is NOT present. I'm talking about something like the following: # RUN: llvm-sometool --print-string | FileCheck %s --check-prefix=STRING # RUN: llvm-sometool --no-print-string | FileCheck %s --check-prefix=NO-STRING #
2006 May 04
14
Rails Reference 1.1.2
As part of my 3 day training course on Rails, I hand out a 24 page "short reference" of Rails. It''s collection of the most used calls, methods, functions across a wide range of Rails functionality. I have released it under a Creative Commons license, so feel free to grab it and use it and improve it. It''s a bit rough around some of it''s edges, and I