Go to file
Jeffrey Yasskin ad46e4416b Fix a crash in JIT::recompileAndRelinkFunction(). It doesn't pass the MCI
argument to runJITOnFunction(), which caused a null pointer dereference at
every call.

Patch by Gianluca Guida!

llvm-svn: 91939
2009-12-22 23:18:18 +00:00
clang implement -W[no-]fatal-errors, patch by Christian Adåker! 2009-12-22 23:12:53 +00:00
compiler-rt Use __USER_LABEL_PREFIX__ so that we don't add a _ prefix on ELF. 2009-11-09 14:27:04 +00:00
llvm Fix a crash in JIT::recompileAndRelinkFunction(). It doesn't pass the MCI 2009-12-22 23:18:18 +00:00