Author: David Blaikie
Date: 2020-11-25T13:34:15-08:00
New Revision: 175ebad958a0ebaf6c56c20ab30b9d4347742c29

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

LOG: DebugInfo: remove unnecessary mtriple from 
test/DebugInfo/X86/abstract_origin.ll

The test already specifies a triple in the IR itself.

Based on post-commit feedback from Luís Marques.

Added: 
    

Modified: 
    llvm/test/DebugInfo/X86/abstract_origin.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/X86/abstract_origin.ll 
b/llvm/test/DebugInfo/X86/abstract_origin.ll
index 4cf49055cbd8..a9eb970cfb62 100644
--- a/llvm/test/DebugInfo/X86/abstract_origin.ll
+++ b/llvm/test/DebugInfo/X86/abstract_origin.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=x86_64 -filetype=obj %s -o - | llvm-dwarfdump -debug-info 
- | FileCheck %s
+; RUN: llc -filetype=obj %s -o - | llvm-dwarfdump -debug-info - | FileCheck %s
 ; Generated at -O2 from:
 ;   void f();
 ;   __attribute__((always_inline)) void g() {


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to