[llvm-commits] [llvm] r56910 - /llvm/trunk/test/Assembler/2008-09-02-FunctionNotes2.ll

Duncan Sands baldrick at free.fr
Wed Oct 1 01:27:29 PDT 2008


How about

> -; RUN: not llvm-as  %s |& grep "only one inline note" 
> +; RUN: not llvm-as %s -o /dev/null -f |& grep "only one inline note" 

not llvm-as < %s |& grep "only one inline note" 

(untested)?

Ciao,

Duncan.



More information about the llvm-commits mailing list