wjakob / tbb

Intel TBB with CMake build system
Apache License 2.0
369 stars 161 forks source link

Add initial clang mingw support #73

Open longnguyen2004 opened 4 years ago

longnguyen2004 commented 4 years ago

I hope Intel won't do a significant API change in the near future, doing this was quite tedious. Luckily it's just some copy-pasting between the MSVC and GCC files, if they add a new function or something else then it isn't that bad.

Tested with llvm-mingw (clang-cl is still a bit unhappy with command-line switches starting with /)

longnguyen2004 commented 4 years ago

Also I'm ironing out some issues with clang-cl, you can check back on this PR for progress