diff options
| author | Eric Fiselier <eric@efcs.ca> | 2016-01-19 21:52:04 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2016-01-19 21:52:04 +0000 |
| commit | 38236b57503250de549e8f87903759dfeaeea8c6 (patch) | |
| tree | eacefb47b96c5d79d87e58020fbf2fd6850a1f37 /libcxx/test/std/atomics | |
| parent | 8132bdc8e1cf86c65e0bbe7aaa4bcfd3a6fb46ba (diff) | |
| download | bcm5719-llvm-38236b57503250de549e8f87903759dfeaeea8c6.tar.gz bcm5719-llvm-38236b57503250de549e8f87903759dfeaeea8c6.zip | |
Add missing license headers
llvm-svn: 258196
Diffstat (limited to 'libcxx/test/std/atomics')
| -rw-r--r-- | libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h b/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h index e31420b156c..6cbc0c35c0f 100644 --- a/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h +++ b/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h @@ -1,3 +1,12 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + #ifndef ATOMIC_HELPERS_H #define ATOMIC_HELPERS_H |

