summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorManoj Gupta <manojgupta@google.com>2017-09-27 09:49:32 +0000
committerManoj Gupta <manojgupta@google.com>2017-09-27 09:49:32 +0000
commit1df07ed129ea515e7b33c43d06748137a4d044bf (patch)
tree19a0f69aa83ff295344aabb9bbd4c5b503d7b3cf /lib
parent979ca65606f617f75c2b512eb1a1dfe0c32eb687 (diff)
[builtins] fix build error on non-ARM for r314285.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@314289 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/builtins/assembly.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/builtins/assembly.h b/lib/builtins/assembly.h
index 8695075b6..3f5e59b25 100644
--- a/lib/builtins/assembly.h
+++ b/lib/builtins/assembly.h
@@ -132,6 +132,7 @@
#endif
#else // !defined(__arm)
#define DECLARE_FUNC_ENCODING
+#define DEFINE_CODE_STATE
#endif
#define GLUE2(a, b) a##b