1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Fix test failure introduced in r327041

The "Assertion: `...' failed" error message format is not identical
across platforms.

llvm-svn: 327047
This commit is contained in:
Vlad Tsyrklevich 2018-03-08 19:20:08 +00:00
parent 19e6cd3171
commit 48f1d4d6f4

View File

@ -3,7 +3,7 @@
; RUN: not --crash llvm-lto2 run -o %t3.bc %t1.bc %t2.bc -r %t1.bc,bar,px \
; RUN: -r %t1.bc,foo,x -r %t2.bc,foo,x -save-temps 2>&1 | FileCheck %s
; CHECK: Assertion {{.*}} "Symbol with interposable and available_externally linkages"' failed
; CHECK: "Symbol with interposable and available_externally linkages"
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"