[llvm] f83d66c - Fixed bot failure after 4042ada1c1fe4a9cd5
Sourabh Singh Tomar via llvm-commits
llvm-commits at lists.llvm.org
Thu May 14 23:36:59 PDT 2020
Author: Sourabh Singh Tomar
Date: 2020-05-15T12:06:33+05:30
New Revision: f83d66c249bffe576460c7d233d295818775a651
URL: https://github.com/llvm/llvm-project/commit/f83d66c249bffe576460c7d233d295818775a651
DIFF: https://github.com/llvm/llvm-project/commit/f83d66c249bffe576460c7d233d295818775a651.diff
LOG: Fixed bot failure after 4042ada1c1fe4a9cd5
Added '-' in `mtriple` in test case
There was a bot failure due to this:
http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-debian/builds/6790
Added:
Modified:
llvm/test/DebugInfo/dwarfdump-dataLocationExp.ll
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/dwarfdump-dataLocationExp.ll b/llvm/test/DebugInfo/dwarfdump-dataLocationExp.ll
index adb7816b1b04..fbced5940362 100644
--- a/llvm/test/DebugInfo/dwarfdump-dataLocationExp.ll
+++ b/llvm/test/DebugInfo/dwarfdump-dataLocationExp.ll
@@ -1,7 +1,7 @@
;; This test checks whether DW_AT_data_location attribute
;; accepts DIExpression.
-; RUN: llc mtriple=x86_64-unknown-linux-gnu %s -filetype=obj -o %t.o
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu %s -filetype=obj -o %t.o
; RUN: llvm-dwarfdump %t.o | FileCheck %s
;; Test whether DW_AT_data_location is generated.
More information about the llvm-commits
mailing list