[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / Bitcode / upgrade-datalayout4.ll
blobee0e5fe3bf6fa4d34d2f3852c3744ea6d78cb599
1 ; Test to make sure datalayout is automatically upgraded.
3 ; RUN: llvm-as %s -o - | llvm-dis - | FileCheck %s
5 target datalayout = "e-m:x-p:32:32-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:32-n8:16:32-a:0:32-S32"
6 target triple = "i686-pc-windows-msvc"
8 ; CHECK: target datalayout = "e-m:x-p:32:32-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32-a:0:32-S32"