I installed LLVM from source (using CMake and make install
) but I am unable to uninstall it because there is no make uninstall
avalaible.
This is LLVM version 3.5.2.
I use ArchLinux.
How can I uninstall LLVM in an automated way?
From the CMake FAQ / Can I do "make uninstall" with CMake :
...Unix users could enter this command in the shell:
xargs rm < install_manifest.txt
(after you cd
to the LLVM build directory).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With