mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 09:31:59 +08:00
Added support for the fragile ivars provided by
Apple's Objective-C 2.0 runtime. They are enabled if the Objective-C runtime has the proper version. llvm-svn: 123694
This commit is contained in:
@@ -214,7 +214,7 @@ ClangFunction::CompileFunction (Stream &errors)
|
||||
|
||||
// Okay, now compile this expression
|
||||
|
||||
m_parser.reset(new ClangExpressionParser(m_target_triple.c_str(), *this));
|
||||
m_parser.reset(new ClangExpressionParser(m_target_triple.c_str(), NULL, *this));
|
||||
|
||||
num_errors = m_parser->Parse (errors);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user