[llvm] d6b9370 - Fixed bot failure after ab699d78a26f147b
Sourabh Singh Tomar via llvm-commits
llvm-commits at lists.llvm.org
Fri May 15 00:08:59 PDT 2020
Author: Sourabh Singh Tomar
Date: 2020-05-15T12:38:30+05:30
New Revision: d6b937056d49450a3ea8a304be2fd677ccf71ac1
URL: https://github.com/llvm/llvm-project/commit/d6b937056d49450a3ea8a304be2fd677ccf71ac1
DIFF: https://github.com/llvm/llvm-project/commit/d6b937056d49450a3ea8a304be2fd677ccf71ac1.diff
LOG: Fixed bot failure after ab699d78a26f147b
Added `target triple` to the test case, it was failing on
aarch64 bot:
http://lab.llvm.org:8011/builders/flang-aarch64-ubuntu/builds/97
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 8af59ab38a12..5d85e959a4ff 100644
--- a/llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll
+++ b/llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll
@@ -23,6 +23,7 @@
; ModuleID = 'dwarfdump-pushobjectaddress.c'
source_filename = "dwarfdump-pushobjectaddress.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-unknown-linux-gnu"
; Function Attrs: noinline nounwind optnone uwtable
define dso_local i32 @main() !dbg !7 {
More information about the llvm-commits
mailing list