Skip to Content.
Sympa Menu

svadev - Re: [svadev] Error building SAFEcode

svadev AT lists.siebelschool.illinois.edu

Subject: Svadev mailing list

List archive

Re: [svadev] Error building SAFEcode


Chronological Thread 
  • From: John Criswell <criswell AT illinois.edu>
  • To: Ryan Taylor <ryta1203 AT gmail.com>
  • Cc: svadev AT cs.uiuc.edu
  • Subject: Re: [svadev] Error building SAFEcode
  • Date: Wed, 4 Apr 2012 17:08:33 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/svadev>
  • List-id: <svadev.cs.uiuc.edu>
  • Organization: University of Illinois

On 4/4/12 4:06 PM, Ryan Taylor wrote: llvm[2]: Compiling Local.cpp for Release+Asserts build (PIC)
Local.cpp:959:19: error: no member named 'eh_exception' in namespace 'llvm::Intrinsic'
  case Intrinsic::eh_exception: {
       ~~~~~~~~~~~^
Local.cpp:967:19: error: no member named 'eh_selector' in namespace 'llvm::Intrinsic'
  case Intrinsic::eh_selector: {
       ~~~~~~~~~~~^
2 errors generated.

This is the error I am getting, do I need to do a full rebuild?

First question: are you using LLVM 3.0?  SAFECode may not compile with LLVM 3.1 (and probably won't due to API changes made since LLVM 3.0 was released).

-- John T.



_______________________________________________
svadev mailing list
svadev AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/svadev




Archive powered by MHonArc 2.6.16.

Top of Page