[libc++] Parse commands inside _executeScriptInternal to remove duplication
authorLouis Dionne <ldionne@apple.com>
Fri, 12 Jun 2020 16:01:47 +0000 (12:01 -0400)
committerLouis Dionne <ldionne@apple.com>
Fri, 12 Jun 2020 16:03:15 +0000 (12:03 -0400)
commitdb8255aee790a747f3c1fd2dfd647f8ca1d7bc79
tree21eec30f00ec153626f6e00d1b1cf82988eaec61
parentbf7961fadebbe48dea02dadf12192bd503a7a1dc
[libc++] Parse commands inside _executeScriptInternal to remove duplication

Instead of parsing the command each time prior to calling _executeScriptInternal,
do it once inside _executeScriptInternal.
libcxx/utils/libcxx/test/dsl.py