summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/ObjCARC/CMakeLists.txt
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2015-03-05 23:29:03 +0000
committerMichael Gottesman <mgottesman@apple.com>2015-03-05 23:29:03 +0000
commit68b91dbf84c1c557f5a8cda8f1ba6dc957e84610 (patch)
treed1e39bc8befce329ae66a234e83cbc4506baa964 /llvm/lib/Transforms/ObjCARC/CMakeLists.txt
parent0be6920e2386509762b7de0164ed9a9b0fd1bb58 (diff)
downloadbcm5719-llvm-68b91dbf84c1c557f5a8cda8f1ba6dc957e84610.tar.gz
bcm5719-llvm-68b91dbf84c1c557f5a8cda8f1ba6dc957e84610.zip
[objc-arc] Extract out state specific to a ref count from the main objc arc sequence dataflow. This will allow me to separate the actual ARC queries from the meat of the dataflow algorithm.
llvm-svn: 231426
Diffstat (limited to 'llvm/lib/Transforms/ObjCARC/CMakeLists.txt')
-rw-r--r--llvm/lib/Transforms/ObjCARC/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/ObjCARC/CMakeLists.txt b/llvm/lib/Transforms/ObjCARC/CMakeLists.txt
index 2adea88c8a4..fbcae29044c 100644
--- a/llvm/lib/Transforms/ObjCARC/CMakeLists.txt
+++ b/llvm/lib/Transforms/ObjCARC/CMakeLists.txt
@@ -9,6 +9,7 @@ add_llvm_library(LLVMObjCARCOpts
DependencyAnalysis.cpp
ProvenanceAnalysis.cpp
ProvenanceAnalysisEvaluator.cpp
+ PtrState.cpp
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
OpenPOWER on IntegriCloud