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

Dan Gohman gohman at apple.com
Wed Oct 1 08:51:04 PDT 2008


On Wed, October 1, 2008 1:27 am, Duncan Sands wrote:
> 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)?

*shrug*, then the grep potentially examines regular llvm-as output,
though it's quite unlikely to matter.

Dan





More information about the llvm-commits mailing list