user366312
user366312

Reputation: 16928

How can I add Clang toolchain in my CLion IDE?

I have installed LLVM 12.0.0 win-64 in my Win-10 machine.

The following is my CLion 2019.3 configuration window for the compiler toolchain:

enter image description here

I don't see Clang or LLVM option here.

How can I add Clang in my CLion IDE?

P.S. Are MinGW and Clang the same or different toolchains?

Upvotes: 1

Views: 4397

Answers (1)

molicious
molicious

Reputation: 86

Most common setups are handled in this section: https://www.jetbrains.com/help/clion/quick-tutorial-on-configuring-clion-on-windows.html
On Windows, you install Visual Studio with the Clang components.

Upvotes: 4

Related Questions