[llvm] a2545c3 - [NFCI] Removed '%' from llc in test case in ab699d78a26f147b

Sourabh Singh Tomar via llvm-commits llvm-commits at lists.llvm.org
Thu May 14 22:53:46 PDT 2020


Author: Sourabh Singh Tomar
Date: 2020-05-15T11:22:51+05:30
New Revision: a2545c3499a03cc1fdbd5f638f88572b23adf570

URL: https://github.com/llvm/llvm-project/commit/a2545c3499a03cc1fdbd5f638f88572b23adf570
DIFF: https://github.com/llvm/llvm-project/commit/a2545c3499a03cc1fdbd5f638f88572b23adf570.diff

LOG: [NFCI] Removed '%' from llc in test case in ab699d78a26f147b

Added: 
    

Modified: 
    llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll b/llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll
index 012eab6d8465..8af59ab38a12 100644
--- a/llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll
+++ b/llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll
@@ -1,7 +1,7 @@
 ;; This test checks whether DWARF operator DW_OP_push_object_address
 ;; is accepted and processed.
 
-; RUN: %llc -mtriple=x86_64-unknown-linux-gnu %s -filetype=obj -o - | llvm-dwarfdump - | FileCheck %s
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu %s -filetype=obj -o - | llvm-dwarfdump - | FileCheck %s
 
 ;; Test whether DW_OP_push_object_address is accepted.
 


        


More information about the llvm-commits mailing list