search for: first_pass

Displaying 4 results from an estimated 4 matches for "first_pass".

Did you mean: first_page
2010 Jun 24
0
[LLVMdev] [patch] New feature: debug info for function memory ranges (-jit-emit-debug-function-range)
...<< " " << I.FnEnd << " " << F->getName() << "\n"; + } + Stay in 80 cols (also elsewhere). + if (JITEmitDebugInfoFunctionRange && JITEmitDebugInfoFunctionRangeStream==NULL) { + std::string ErrorInfo; + static bool first_pass = true; + os = JITEmitDebugInfoFunctionRangeStream = new raw_fd_ostream("/tmp/llvm_debug_functions.txt", ErrorInfo, first_pass?0:raw_fd_ostream::F_Append); + if (!ErrorInfo.empty()) { Please don't use statics. -Chris
2010 Jun 22
2
[LLVMdev] [patch] New feature: debug info for function memory ranges (-jit-emit-debug-function-range)
On 06/19/2010 14:03, Yuri wrote: > This new option (--jit-emit-debug-function-range) will allow to output > function information for memory ranges that functions occupy in memory > while they run in JIT. File format generated is like this: > ... > 0x5000000 0x5001000 function_name_is_here > ... > > This feature is useful for external tools like valgrind and >
2012 Oct 30
2
[LLVMdev] Error when trying to chain two llvm transform passes
...t pass above. The passes run fine when executed alone. I get the following error when I try to run my second pass with the following code added > > void getAnalysisUsage(AnalysisUsage &AU)const{ > AU.setPreservesCFG(); > AU.addRequired<First_Pass>(); > > } Assertion failed: (PI && "Expected required passes to be initialized"), function schedulePass, file PassManager.cpp, line 597. I register the passes using RegisterPass function call. What else should I be doing? I appreciate your help!!...
2006 May 23
0
LDAP Upgrades (both Unix and Samba)
...c=precidia /etc/pam.d/common-account: account sufficient pam_unix.so account sufficient pam_ldap.so account required pam_deny.so /etc/pam.d/common-auth: auth sufficient pam_ldap.so auth sufficient pam_unix.so shadow use_first_pass auth required pam_deny.so /etc/pam.d/common-session: session sufficient pam_ldap.so session required pam_unix.so /etc/pam.d/common-password: password requisite pam_passwdqc.so min=12,10,10,8,6 random=25 retry=3 passphrase=2...