commit | dc62b80c823d8e794cac35572dbd29852a1941fd | [log] [tgz] |
---|---|---|
author | Jonathan Roelofs <jonathan@codesourcery.com> | Wed May 24 15:53:24 2017 +0000 |
committer | Jonathan Roelofs <jonathan@codesourcery.com> | Wed May 24 15:53:24 2017 +0000 |
tree | 55b3c3f85235425f7fb976b4d01b18d7fd9d6790 | |
parent | afff89eecb20d8b7796a8d84fa30d9d06940050c [diff] [blame] |
Allow armv{7,7s,7k,7m,7em} builds llvm-svn: 303765
diff --git a/compiler-rt/lib/builtins/assembly.h b/compiler-rt/lib/builtins/assembly.h index 12c13c4..b15da52 100644 --- a/compiler-rt/lib/builtins/assembly.h +++ b/compiler-rt/lib/builtins/assembly.h
@@ -96,9 +96,11 @@ #if __ARM_ARCH_ISA_THUMB == 2 #define IT(cond) it cond #define ITT(cond) itt cond +#define ITE(cond) ite cond #else #define IT(cond) #define ITT(cond) +#define ITE(cond) #endif #if __ARM_ARCH_ISA_THUMB == 2