xcode8 - LLVM Kaleidoscope examples in Xcode -


i'm working llvm kaleidoscope ch. 7 example, , use xcode 8 work on project further. currently, have used cmake build xcode project have functionality looking for. (see http://llvm.org/docs/cmake.html)

the problem is, builds entire llvm source folder inside 1 giant xcode project (think 134 dependencies, takes 800 seconds compile, etc...). want 1 target , 1 source file huge xcode project, not else.

the problem, though, don't know how link appropriate headers , llvm source when create own xcode project. option use

make -g xcode ... path_to_llvm_root 

so, guess what's left figure out way isolate 1 target/settings out of dozens , copy on new project.

does have experience llvm kaleidoscope examples within project?


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -