big-tool-brewery / big-tool-brewing

Mirror of the essential parts of various LLVM based tools.
6 stars 0 forks source link

Refactor OCLint build method #4

Open swizzlr opened 10 years ago

swizzlr commented 10 years ago

Right now OCLint compilation is relying on a fragile build script. This allows no options to be passed, and with external LLVM/Clang I cannot run the tests.

There is an open project over at OCLint to make it purely cmake driven.

@lqi, is there an issue related to OCLint build infrastructure? I'm happy to try to get OCLint running more like LLVM's build system.

lqi commented 10 years ago

I would like to see it cmake driven. We may still need to keep few scripts for back-compatibility and some special cases, but I hope cmake is the one that does the actual build work. Thank you in advance.

swizzlr commented 10 years ago

@lqi Great, shall I open an issue?

lqi commented 10 years ago

Sure. And we can collect ideas for the build system changes.