[llvm] r289720 - [LTO] Add the missing datalayout in a test.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 13:57:14 PST 2016


Author: davide
Date: Wed Dec 14 15:57:14 2016
New Revision: 289720

URL: http://llvm.org/viewvc/llvm-project?rev=289720&view=rev
Log:
[LTO] Add the missing datalayout in a test.

Modified:
    llvm/trunk/test/LTO/Resolution/X86/multi-thinlto.ll

Modified: llvm/trunk/test/LTO/Resolution/X86/multi-thinlto.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/LTO/Resolution/X86/multi-thinlto.ll?rev=289720&r1=289719&r2=289720&view=diff
==============================================================================
--- llvm/trunk/test/LTO/Resolution/X86/multi-thinlto.ll (original)
+++ llvm/trunk/test/LTO/Resolution/X86/multi-thinlto.ll Wed Dec 14 15:57:14 2016
@@ -3,4 +3,5 @@
 ; RUN: not llvm-lto2 -o %t3.o %t2.o 2>&1 | FileCheck %s
 ; CHECK: Expected at most one ThinLTO module per bitcode file
 
+target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"




More information about the llvm-commits mailing list