Commit 047e6ff2 authored by Bill Wendling's avatar Bill Wendling
Browse files

Merging r155342:

------------------------------------------------------------------------
r155342 | asl | 2012-04-23 02:02:13 -0700 (Mon, 23 Apr 2012) | 3 lines

Do not use stdint.h, driver might provide invalid location for it. Instead, provide the types directly.
This should fix PR12628

------------------------------------------------------------------------

llvm-svn: 155376
parent 2cd7132e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
// RUN: %clang_cc1 -triple armv7---eabi -target-abi aapcs -mfloat-abi hard -emit-llvm %s -o - | FileCheck %s
#include <stdint.h>

typedef long long int64_t;
typedef unsigned int uint32_t;

/* This is not a homogenous aggregate - fundamental types are different */
typedef union {