Fixed bot failure after ab699d78a2

Added `target triple` to the test case, it was failing on
aarch64 bot:
http://lab.llvm.org:8011/builders/flang-aarch64-ubuntu/builds/97
This commit is contained in:
Sourabh Singh Tomar 2020-05-15 12:27:57 +05:30
parent 7c89297cf7
commit d6b937056d
1 changed files with 1 additions and 0 deletions

View File

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