diff options
author | Brian Gesiak <modocache@gmail.com> | 2018-02-16 14:11:27 +0000 |
---|---|---|
committer | Brian Gesiak <modocache@gmail.com> | 2018-02-16 14:11:27 +0000 |
commit | 95f8295f513508b2e148108902049f79ae285d0f (patch) | |
tree | ba69bdd37c775417d0d23d569b30f7a3ba1f7bde /test/CodeGen/builtins-arm.c | |
parent | f2663db126406eada5bd058b413362b8eaf5b563 (diff) | |
download | clang-95f8295f513508b2e148108902049f79ae285d0f.tar.gz |
[Coroutines] Use target-agnostic size_t in test
Summary:
Fix a test failure on ARM hosts that was caused by a difference in the type of
size_t, by using a target-agnostic definiton.
Test Plan:
```
clang -cc1 -internal-isystem build/lib/clang/7.0.0/include -nostdsysteminc \
-std=c++14 -fcoroutines-ts -verify clang/test/SemaCXX/coroutines.cpp \
-fcxx-exceptions -fexceptions \
-triple armeb-none-eabi
```
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@325342 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/builtins-arm.c')
0 files changed, 0 insertions, 0 deletions