seltzered / ccons

Automatically exported from code.google.com/p/ccons
MIT License
0 stars 0 forks source link

Use "System/Signals.h" for LLVM 2.8. #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ccons requires "Support/Signals.h" provided by LLVM 2.9. Previously in LLVM 2.8 
this file was named "System/Signals.h".

ccons should use "System/Signals.h" for LLVM 2.8.

Original issue reported on code.google.com by postmode...@gmail.com on 27 Oct 2011 at 11:23

GoogleCodeExporter commented 9 years ago
Tip of tree ccons is to be compiled against tip of tree llvm/clang. To get a 
version of the code that works with a particular LLVM version, simply look at 
the source history and checkout one from around the same date as the LLVM 
release.

Original comment by Alexei.Svitkine@gmail.com on 10 Jul 2012 at 4:09