DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.66k stars 562 forks source link

DynamoRIO should build with clang #384

Open derekbruening opened 9 years ago

derekbruening commented 9 years ago

From reid.kle...@gmail.com on February 13, 2011 15:22:52

I've been working on getting DynamoRIO to build with clang, since we're considering using it to try to do some extra optimization around clean calls. The thought is that we could write custom LLVM passes that do clever things for client instrumentation functions. I really only need to be able to build clients with clang in order to this, but the easiest way to achieve that is to build all of DynamoRIO with clang.

Clang also provides more helpful error messages than gcc, which is nice during development.

Original issue: http://code.google.com/p/dynamorio/issues/detail?id=384

derekbruening commented 9 years ago

From reid.kle...@gmail.com on February 18, 2011 10:58:50

This issue was closed by revision r592 .

Status: Fixed

derekbruening commented 9 years ago

From rnk@google.com on July 11, 2012 12:59:05

Status: Started
Owner: rnk@google.com