[llvm] b6b0a80 - Fix typo in testcase runline that got there because I have very bad hands
    Jessica Paquette via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Dec  1 16:58:15 PST 2020
    
    
  
Author: Jessica Paquette
Date: 2020-12-01T16:57:46-08:00
New Revision: b6b0a80eb93cf1547974e610d5fac261764570f5
URL: https://github.com/llvm/llvm-project/commit/b6b0a80eb93cf1547974e610d5fac261764570f5
DIFF: https://github.com/llvm/llvm-project/commit/b6b0a80eb93cf1547974e610d5fac261764570f5.diff
LOG: Fix typo in testcase runline that got there because I have very bad hands
llvm/test/CodeGen/AArch64/GlobalISel/speculative-hardening-brcond.mir had a
slash in its runline.
Added: 
    
Modified: 
    llvm/test/CodeGen/AArch64/GlobalISel/speculative-hardening-brcond.mir
Removed: 
    
################################################################################
diff  --git a/llvm/test/CodeGen/AArch64/GlobalISel/speculative-hardening-brcond.mir b/llvm/test/CodeGen/AArch64/GlobalISel/speculative-hardening-brcond.mir
index 23bc998003c0..d665f962f1d4 100644
--- a/llvm/test/CodeGen/AArch64/GlobalISel/speculative-hardening-brcond.mir
+++ b/llvm/test/CodeGen/AArch64/GlobalISel/speculative-hardening-brcond.mir
@@ -1,5 +1,5 @@
 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
-# RUN: llc -mtriple aarch64-unknown-unknown -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck %s\
+# RUN: llc -mtriple aarch64-unknown-unknown -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck %s
 #
 # Verify that when a function has the speculative_load_hardening attribute we
 # never produce a CB(N)Z or TB(N)Z.
        
    
    
More information about the llvm-commits
mailing list