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.
This commit is contained in:
David Blaikie 2020-11-25 13:34:15 -08:00
parent e5cc7baf67
commit 175ebad958
1 changed files with 1 additions and 1 deletions

View File

@ -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() {