Displaying 2 results from an estimated 2 matches for "objcarccontract".
2013 Sep 18
1
[LLVMdev] llc leaves spurious clang.arc.use symbols
We're seeing that the ObjCARCContract pass never runs in llc (at any optimization level!) when bitcode is lowered to assembly. As a result, ARC-enabled code becomes unlinkable. We can run the pass manually, but it'd be preferred to have this rolled somewhere logical like pass configuration.
I see that there was a previous discu...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...for Release+Asserts build
llvm[3]: Compiling Inliner.cpp for Release+Asserts build
llvm[3]: Compiling ObjCARCAliasAnalysis.cpp for Release+Asserts build
llvm[2]: Compiling GCRootLowering.cpp for Release+Asserts build
llvm[3]: Compiling SLPVectorizer.cpp for Release+Asserts build
llvm[3]: Compiling ObjCARCContract.cpp for Release+Asserts build
llvm[3]: Compiling Internalize.cpp for Release+Asserts build
llvm[2]: Compiling GCStrategy.cpp for Release+Asserts build
llvm[3]: Compiling LoopExtractor.cpp for Release+Asserts build
llvm[3]: Compiling ObjCARCExpand.cpp for Release+Asserts build
llvm[2]: Compiling Glo...