From: Manman Ren Date: Fri, 5 Apr 2013 19:06:10 +0000 (+0000) Subject: Try to appease the atom buildbots X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c80e0314cd2e1c5e6021aeac155b8a181a27e2e1;p=clang Try to appease the atom buildbots git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178898 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/tbaa.cpp b/test/CodeGen/tbaa.cpp index 3d13a8fb78..b7d02fd80a 100644 --- a/test/CodeGen/tbaa.cpp +++ b/test/CodeGen/tbaa.cpp @@ -2,7 +2,10 @@ // RUN: %clang_cc1 -triple x86_64-apple-darwin -O1 -struct-path-tbaa -disable-llvm-optzns %s -emit-llvm -o - | FileCheck %s -check-prefix=PATH // Test TBAA metadata generated by front-end. -#include +typedef unsigned char uint8_t; +typedef unsigned short uint16_t; +typedef unsigned int uint32_t; +typedef unsigned long long uint64_t; typedef struct { uint16_t f16;