similar to: Conflicts with custom passes

Displaying 20 results from an estimated 260 matches similar to: "Conflicts with custom passes"

2019 Jun 28
2
Conflicts with custom passes
Hi Tim, Thanks for your suggestion! I built LLVM with Debug and tried this with my custom pass. But it has the following error error: unable to load plugin '../../trace-extractor/build/TracePass.so': '../../trace-extractor/build/TracePass.so: undefined symbol: _ZTIN4llvm10ModulePassE’ Originally I used a builtin Clang in the system and it does not produce this issue. When I search
2019 Jun 28
2
Conflicts with custom passes
You are right. Thanks! I fixed that one as well as some other issues. I built LLVM-8 with Debug + no-rtti. But it now has the following error: Stack dump: 0. Program arguments: clang-8 -cc1 -triple x86_64-unknown-linux-gnu -emit-llvm -disable-free -main-file-name time-1.7.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases
2019 May 25
3
llvm pass
Hi list, I have several questions about LLVM pass. 1) Is building a custom LLVM pass out-of-source not recommended? The official document only contains instructions about in-source build (http://llvm.org/docs/WritingAnLLVMPass.html <http://llvm.org/docs/WritingAnLLVMPass.html>). 2) opt (ver >= 4) with custom pass libraries does not work as before. When I have a simple custom LLVM pass
2009 Nov 10
2
[LLVMdev] Bugfix: SCCP
The SCCP pass was failing an assertion that I traced back to SCCPSolver::visitExtractValueInst. getStructValueState was used on the aggregate operand even if it had no structure type. I added a check to use getStructValueState for structs and getValueState for other operands. This behavior was introduced in r85793. Please note that I'm not sure whether my changes correctly address this
2009 Nov 10
0
[LLVMdev] Bugfix: SCCP
On Nov 10, 2009, at 6:58 AM, Stephan Reiter wrote: > The SCCP pass was failing an assertion that I traced back to > SCCPSolver::visitExtractValueInst. getStructValueState was used on the > aggregate operand even if it had no structure type. I added a check to > use getStructValueState for structs and getValueState for other > operands. > > This behavior was introduced in
2013 Oct 29
1
[LLVMdev] undefined symbol: _ZTIN4llvm10ModulePassE
I have a MdoulePass which compiles and runs fine with LLVM3.1. Then I wanted to upgrade to LLVM3.3, it compiles and links fine, but when you run it by "opt -load /path/to/.so", it shows this message: undefined symbol: _ZTIN4llvm10ModulePassE which means undefined symbol: llvm::ModulePass after demangling. Googled for a while and still no clue. Anybody have an idea? Thanks, Welson
2011 Jan 03
1
[LLVMdev] Erasing dead blocks
Dear LLVM developers, I have a question regarding the IPSCCP class and the handling of dead blocks: The file lib/Transforms/Scalar/SCCP.cpp of llvm 2.8 from contains some code to deal with a dead block which could not be folded (line 1909ff). This happens when a user of this dead block is a branch or switch with an undef condition. The action taken than is to replace this terminator with an
2011 Apr 20
1
invoking python from R
Dear colleagues, I was wondering whether anyone may give me some help on a python issue in R. I tried to invoke Python from R, but failed. I have set up a system path to call python: "C:\python27" in path file. In addition, I have confirmed python interpreter properly. The code I used is typical for checking, which is as follows: x <- .Python("listdir", "/tmp",
2004 Nov 19
0
Question on panel corrected standard errors by Beck and Katz
Dear colleagues, I am looking for a program which can run OLS with panel corrected standard errors developed by Beck and Katz. Thanks for your help in advance. Kihong Eom, Ph.D. 539 Ross Hall Iowa State University Ames, IA 50011
2012 Mar 09
0
.conflicts.OK no longer working regardless of export(.conflicts.OK) due to "stoplist"
Hi, in (at least) R v2.14.2 and R v2.15.0 alpha, '.conflicts.OK' is not exported and hence to seen by library(). DETAILS: In R-devel thread '[Rd] Suggestion: Not having to export .conflicts.OK in name spaces' on Mar 17-22, 2010 [https://stat.ethz.ch/pipermail/r-devel/2010-March/057017.html] it was discussed that one had to export '.conflicts.OK' in the namespace,
2006 Aug 11
2
name conflicts between act_as_taggable and rubyful_soup
both of them use the class called "Tag" there is a name conflict error when I want to use both of them in rails how can I solve this error? anybody got some suggestion? thx -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060811/7f09cb14/attachment.html
2006 Jun 02
1
Grouping models - table name conflicts
Hi all, it''s my first time posting on the list - this is something I couldn''t find anywhere else If I create two models, using ruby script/generate model foo/bar ruby script/generate model baz/bar then the generator has no problem making app/models/foo/bar.rb and app/models/baz/bar.rb, however the migrate files it creates both try to "create_table :bars" I thought
2010 Mar 04
1
[Possibly OT] rpm conflicts has me confused
Hi list, I can install the default ppp-2.4.4-2, but when I try to install an rpm I built from Sangoma's ppp-2.4.4.5 (using checkinstall-1.6.1) I get this error: # rpm -ivh ppp.2.4.4.5-1.eai.i386.rpm error: Failed dependencies: ppp < 2.4.3-3 conflicts with kernel-2.6.18-162.2.1.el5.i686 Isn't 2.4.4.5 > 2.4.3-3 ??? trying this: yum localinstall ppp.2.4.4.5-1.eai.i386.rpm
2006 Oct 18
0
database.yml, postgresql and pgpass.conf conflicts
Hi, I noticed that, on Windows at least, if I have a password set in the database.yml file for a database that I also have in my pgpass.conf file, the Rails adapter will die with a password authentication error. I don''t seem to have this issue on Unix systems. It''s simple enough to solve - just comment out the password info in the database.yml file. I just wondered if there
2004 May 20
1
logon server conflicts with server-level
Hello, please guys, any help will be appreciated. I have two linux servers (samba-3.0.2-6.3E) with RHEL 3E: Server one: Configured as logon server (network inside) The other server: with the user's accounts. (network dmz) The error message in "one": [root@linux root]# smbstatus -b Server's Role (logon server) conflicts with server-level security The "other" server
2012 Dec 06
0
[Bug 690] Netfilter NAT engine conflicts with iproute2 routing cache purge
http://bugzilla.netfilter.org/show_bug.cgi?id=690 Jozsef Kadlecsik <kadlec at netfilter.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |kadlec at netfilter.org Resolution|
2007 Nov 26
2
Possible Conflicts with Junghanns 4 Port BRI and 8 Port Sangoma Analog in Same Box?
I know it is a strange arrangement but due to contracts, it is what it is, no PRI for now. I wonder if anyone on the list has run a server with both types of cards installed? Results? I have never touched a BRI except in concept and Cisco lab. Not sure what the BRI stuffed package may or may not do to anything else that might relate to zaptel or Sangoma. Thanks, Steve Totaro
2012 Jan 26
0
Conflicts between 'parallel' and 'Rprof', and between two parallel R sessions
Dear list, I observed two problems that I suppose are generic. First, using 'Rprof' to profile a parallel (based on the package 'parallel') code caused .... Error in unserialize(node$con) : error reading from connection.... Second, on a multicore desktop, I concurrently opened two terminals and ran two separate R sessions, both running (actually identical) parallel code (which
2011 May 26
1
How to resolve conflicts between Cocoa and WineLib...?!
Hello Can you please tell me if it is possible to resolve the following Cocoa framework / WineLib 1.3.20 conflicts? I am trying to a port a game from Windows to OS X and I would like to use WINE's Windows Kernel32 library implementation in a Cocoa application [Embarassed] I think I can probably solve the problem by creating a C++ code only Cocoa framework and linking it with WineLib and my
2009 Sep 20
0
Memdisk in Release 3.82 conflicts with a Intel BIOSupdate Image
Good day Sean, Could you be interested in trying a MEMDISK from Syslinux 3.83-pre11? You could 'git clone' it or download a snapshot of the source from: http://git.kernel.org/?p=boot/syslinux/syslinux.git;a=snapshot;h=08d95ca 91f87a0c8ec452bb17e837e845738d530 There was a bit of work done with MEMDISK between 3.82 and 3.83-pre11. Let us know. - Shao Miller