Awesome! > + StringRef Path = Arg->getValue(); > + if (Arg->getOption().getID() == OPT_l) { > + addFile(searchLibrary(Path)); > + } else { > + addFile(Path); > } You don't need the {} now :-) Thanks, Rafael