search for: 703bc5bd

Displaying 1 result from an estimated 1 matches for "703bc5bd".

2014 Oct 20
2
[LLVMdev] [RFC] New ToolsSupport library for stuff that only tools need
There are some pieces of functionality in LLVM today, that make sense for tools like llc, opt, clang, but they aren't relevant for embedded uses like LLVM in the JavaScript JIT. One example of this type of functionality is the signal handlers. I'd like to propose migrating content that is specifically designed for tools into a new ToolsSupport library. My initial candidates for the new