[cfe-users] Clang Plugin issue

AlexDenisov 1101.debian at gmail.com
Sun Feb 23 00:37:22 PST 2014


Hi, guys.
I have an issue with Clang Plugin, it’s pretty simple:
I want to use plugin within Xcode (for diagnostics purposes), but I can't run plugin with 'system’ clang, it says 'error: unable to find plugin plugin_name’. 

So question is: can I use clang plugin from Xcode without patching clang?

I’ve tried my custom plugin, and tried example from repo (print-fns), but have no luck.

system clang:
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix

clang built from source:
clang version 3.3.1 
Target: x86_64-apple-darwin13.0.0
Thread model: posix


-- 
Alex Denisov

https://github.com/AlexDenisov
Software Engineer at http://railsware.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-users/attachments/20140223/55bc7c71/attachment.html>


More information about the cfe-users mailing list