[llvm] r364305 - [ARM] Re-enable misspelled RUN: lines in fullfp16.s.

Simon Tatham via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 06:10:29 PDT 2019


Author: statham
Date: Tue Jun 25 06:10:29 2019
New Revision: 364305

URL: http://llvm.org/viewvc/llvm-project?rev=364305&view=rev
Log:
[ARM] Re-enable misspelled RUN: lines in fullfp16.s.

rL364293 committed a couple of lines that just said "// RUN llvm-mc ..."
without the all-important ':' after RUN, so those test lines weren't
actually running anything.

Modified:
    llvm/trunk/test/MC/ARM/fullfp16.s

Modified: llvm/trunk/test/MC/ARM/fullfp16.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM/fullfp16.s?rev=364305&r1=364304&r2=364305&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/fullfp16.s (original)
+++ llvm/trunk/test/MC/ARM/fullfp16.s Tue Jun 25 06:10:29 2019
@@ -1,7 +1,7 @@
 @ RUN: llvm-mc -triple armv8a-none-eabi -mattr=+fullfp16 -show-encoding < %s | FileCheck %s --check-prefix=ARM
 @ RUN: llvm-mc -triple armv8a-none-eabi -mattr=+fullfp16,+thumb-mode -show-encoding < %s | FileCheck %s --check-prefix=THUMB
-@ RUN llvm-mc -triple thumbv8.1m.main -mattr=+mve.fp,+fullfp16 -show-encoding < %s | FileCheck %s --check-prefix=THUMB
-@ RUN llvm-mc -triple thumbv8.1m.main -mattr=+fullfp16 -show-encoding < %s | FileCheck %s --check-prefix=THUMB
+@ RUN: llvm-mc -triple thumbv8.1m.main -mattr=+mve.fp,+fullfp16 -show-encoding < %s | FileCheck %s --check-prefix=THUMB
+@ RUN: llvm-mc -triple thumbv8.1m.main -mattr=+fullfp16 -show-encoding < %s | FileCheck %s --check-prefix=THUMB
 
          vadd.f16  s0, s1, s0
 @ ARM:    vadd.f16 s0, s1, s0        @ encoding: [0x80,0x09,0x30,0xee]




More information about the llvm-commits mailing list