forked from OSchip/llvm-project
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:
parent
7c89297cf7
commit
d6b937056d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue