summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAndrew Au <andrewau@microsoft.com>2019-03-18 15:19:45 -0700
committerAndrew Au <cshung@gmail.com>2019-03-21 17:11:06 -0400
commita7c9ca110096c27de23f045cd176c2109d0676d9 (patch)
tree45dd6a3064babadad30f4746b7ab9864f6a00055 /build.sh
parentceca0a77e8b48e30f9c6b67d2992c3276aba2177 (diff)
downloadcoreclr-a7c9ca110096c27de23f045cd176c2109d0676d9.tar.gz
coreclr-a7c9ca110096c27de23f045cd176c2109d0676d9.tar.bz2
coreclr-a7c9ca110096c27de23f045cd176c2109d0676d9.zip
Avoid stack walk as specified in the exclusion list
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 7e9ce99124..a24bd89070 100755
--- a/build.sh
+++ b/build.sh
@@ -188,7 +188,7 @@ generate_event_logging_sources()
fi
echo "Laying out dynamically generated EventPipe Implementation"
- $PYTHON -B $__PythonWarningFlags "$__ProjectRoot/src/scripts/genEventPipe.py" --man "$__ProjectRoot/src/vm/ClrEtwAll.man" --intermediate "$__OutputEventingDir/eventpipe"
+ $PYTHON -B $__PythonWarningFlags "$__ProjectRoot/src/scripts/genEventPipe.py" --man "$__ProjectRoot/src/vm/ClrEtwAll.man" --exc "$__ProjectRoot/src/vm/ClrEtwAllMeta.lst" --intermediate "$__OutputEventingDir/eventpipe"
echo "Laying out dynamically generated EventSource classes"
$PYTHON -B $__PythonWarningFlags "$__ProjectRoot/src/scripts/genRuntimeEventSources.py" --man "$__ProjectRoot/src/vm/ClrEtwAll.man" --intermediate "$__OutputEventingDir"