diff options
author | Erich Keane <erich.keane@intel.com> | 2017-07-21 22:46:31 +0000 |
---|---|---|
committer | Erich Keane <erich.keane@intel.com> | 2017-07-21 22:46:31 +0000 |
commit | 2b9657b570f2a3f12a6b3788d9b606f7fd5f1c88 (patch) | |
tree | d18eb5dfba534ad3f01812ead917fd5292291e6f /clang/test/CodeGen/linux-arm-atomic.c | |
parent | ebba592682084a6c9d31a213dd2e0c6a680197b6 (diff) | |
download | bcm5719-llvm-2b9657b570f2a3f12a6b3788d9b606f7fd5f1c88.tar.gz bcm5719-llvm-2b9657b570f2a3f12a6b3788d9b606f7fd5f1c88.zip |
Remove Bitrig: Clang Changes
Bitrig code has been merged back to OpenBSD, thus the OS has been abandoned.
Differential Revision: https://reviews.llvm.org/D35708
llvm-svn: 308797
Diffstat (limited to 'clang/test/CodeGen/linux-arm-atomic.c')
-rw-r--r-- | clang/test/CodeGen/linux-arm-atomic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGen/linux-arm-atomic.c b/clang/test/CodeGen/linux-arm-atomic.c index 116925a585b..b8535f82482 100644 --- a/clang/test/CodeGen/linux-arm-atomic.c +++ b/clang/test/CodeGen/linux-arm-atomic.c @@ -2,7 +2,6 @@ // RUN: %clang_cc1 %s -emit-llvm -o - -triple=armv6-unknown-linux | FileCheck %s // RUN: %clang_cc1 %s -emit-llvm -o - -triple=thumbv7-unknown-linux | FileCheck %s // RUN: %clang_cc1 %s -emit-llvm -o - -triple=armv6-unknown-freebsd | FileCheck %s -// RUN: %clang_cc1 %s -emit-llvm -o - -triple=armv6-unknown-bitrig | FileCheck %s typedef int _Atomic_word; _Atomic_word exchange_and_add(volatile _Atomic_word *__mem, int __val) { |