summaryrefslogtreecommitdiffstats
path: root/clang/docs/SourceBasedCodeCoverage.rst
diff options
context:
space:
mode:
authorDave Lee <davelee.com@gmail.com>2018-11-04 15:55:28 +0000
committerDave Lee <davelee.com@gmail.com>2018-11-04 15:55:28 +0000
commit3d2de274c7b0511e34ee035d263a30f143e121f3 (patch)
treec40e0da7e1e3779a817d786951ad240d36115bf5 /clang/docs/SourceBasedCodeCoverage.rst
parent538d67873743ff38953ddaa92b48def2c290d342 (diff)
downloadbcm5719-llvm-3d2de274c7b0511e34ee035d263a30f143e121f3.tar.gz
bcm5719-llvm-3d2de274c7b0511e34ee035d263a30f143e121f3.zip
Update framework-header-fix to force system sed
Summary: There are 2 changes here: 1. Use system sed instead of the sed found in the user's path. This fixes this script in the case the user has gnu-sed in their $PATH before bsd sed since `-i ''` isn't compatible and you need `-i` instead. 2. `set -e` in this script so it fails as soon as one of these commands fail instead of throwing errors for each file if they fail Since this is only ran on macOS, and we're already using this absolute path below, this seems like a safe addition Reviewers: kastiglione, beanz Reviewed By: kastiglione Subscribers: lldb-commits Differential Revision: https://reviews.llvm.org/D49776 llvm-svn: 346099
Diffstat (limited to 'clang/docs/SourceBasedCodeCoverage.rst')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud