summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/DefinedAtom.cpp
diff options
context:
space:
mode:
authorShankar Easwaran <shankare@codeaurora.org>2013-02-22 17:18:53 +0000
committerShankar Easwaran <shankare@codeaurora.org>2013-02-22 17:18:53 +0000
commit873c9ffba0a54e339236f5668c3143ced2cd608b (patch)
tree07980d83de6a85d8cf34d8428ea10f3ff36395f4 /lld/lib/Core/DefinedAtom.cpp
parent84324357b8e3870166bd29adf4c4eb83686644d4 (diff)
downloadbcm5719-llvm-873c9ffba0a54e339236f5668c3143ced2cd608b.tar.gz
bcm5719-llvm-873c9ffba0a54e339236f5668c3143ced2cd608b.zip
add changes for typeDataFast
llvm-svn: 175901
Diffstat (limited to 'lld/lib/Core/DefinedAtom.cpp')
-rw-r--r--lld/lib/Core/DefinedAtom.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/lib/Core/DefinedAtom.cpp b/lld/lib/Core/DefinedAtom.cpp
index 609f151acec..9de2ba22b2a 100644
--- a/lld/lib/Core/DefinedAtom.cpp
+++ b/lld/lib/Core/DefinedAtom.cpp
@@ -44,6 +44,7 @@ DefinedAtom::ContentPermissions DefinedAtom::permissions(ContentType type) {
return permR__;
case typeData:
+ case typeDataFast:
case typeZeroFill:
case typeObjC1Class:
case typeLazyPointer:
OpenPOWER on IntegriCloud