llvm head interface changes.
This commit is contained in:
@ -70,7 +70,7 @@ namespace cling {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void MetaSema::actOnICommand(llvm::StringRef path) const {
|
void MetaSema::actOnICommand(llvm::StringRef path) const {
|
||||||
if (path.isEmpty())
|
if (path.empty())
|
||||||
m_Interpreter.DumpIncludePath();
|
m_Interpreter.DumpIncludePath();
|
||||||
else
|
else
|
||||||
m_Interpreter.AddIncludePath(path.str());
|
m_Interpreter.AddIncludePath(path.str());
|
||||||
|
Reference in New Issue
Block a user