From c80e0314cd2e1c5e6021aeac155b8a181a27e2e1 Mon Sep 17 00:00:00 2001 From: Manman Ren Date: Fri, 5 Apr 2013 19:06:10 +0000 Subject: [PATCH] Try to appease the atom buildbots git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178898 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/tbaa.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; -- 2.40.0