зеркало из https://github.com/microsoft/clang-1.git
Try to appease the atom buildbots
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178898 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
e449edc5bd
Коммит
c80e0314cd
|
@ -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 <stdint.h>
|
||||
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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче