mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
Make the source-map help grammatical.
llvm-svn: 247709
This commit is contained in:
@@ -3147,7 +3147,7 @@ g_properties[] =
|
||||
{ "prefer-dynamic-value" , OptionValue::eTypeEnum , false, eDynamicDontRunTarget , NULL, g_dynamic_value_types, "Should printed values be shown as their dynamic value." },
|
||||
{ "enable-synthetic-value" , OptionValue::eTypeBoolean , false, true , NULL, NULL, "Should synthetic values be used by default whenever available." },
|
||||
{ "skip-prologue" , OptionValue::eTypeBoolean , false, true , NULL, NULL, "Skip function prologues when setting breakpoints by name." },
|
||||
{ "source-map" , OptionValue::eTypePathMap , false, 0 , NULL, NULL, "Source path remappings used to track the change of location between a source file when built, and "
|
||||
{ "source-map" , OptionValue::eTypePathMap , false, 0 , NULL, NULL, "Source path remappings are used to track the change of location between a source file when built, and "
|
||||
"where it exists on the current system. It consists of an array of duples, the first element of each duple is "
|
||||
"some part (starting at the root) of the path to the file when it was built, "
|
||||
"and the second is where the remainder of the original build hierarchy is rooted on the local system. "
|
||||
|
||||
Reference in New Issue
Block a user