* @param removeLibDir Library search path
* @return boolean Returns true if Library search path Option was removed successfully from the LLVM Linker.
*/
private static boolean removeLlvmLibSearchPathFromToolOption(IConfiguration cf, String removeLibDir) {
//get LLVM linker
ITool llvmLinker = getLlvmLinker(cf);
//If the LLVM linker is found from the given build configuration
if (llvmLinker != null) {
//get LLVM Linker Library search path option
IOption libDirOption = getLlvmLinkerLibrarySearchPathOption(cf);
//remove a library search path from LLVM linker's Library Search Path Option type