mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
Platform settings doesn't need permission options.
Summary: Also removes conflict error message for '-w' between --user-write and --working-dir. Reviewers: flackr, clayborg Reviewed By: clayborg Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D9711 llvm-svn: 237178
This commit is contained in:
@@ -572,10 +572,7 @@ protected:
|
||||
GetOptions ()
|
||||
{
|
||||
if (m_options.DidFinalize() == false)
|
||||
{
|
||||
m_options.Append(new OptionPermissions());
|
||||
m_options.Finalize();
|
||||
}
|
||||
return &m_options;
|
||||
}
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user