"docs/vscode:/vscode.git/clone" did not exist on "899f7bd5324ef9466949bc872f5fca15d8f7048f"
Commit 42266b0b authored by Paul's avatar Paul
Browse files

Add integer sanitizer

parent ec145351
...@@ -92,7 +92,7 @@ rocmtest tidy: rocmnode('rocmtest') { cmake_build -> ...@@ -92,7 +92,7 @@ rocmtest tidy: rocmnode('rocmtest') { cmake_build ->
} }
}, clang: rocmnode('rocmtest') { cmake_build -> }, clang: rocmnode('rocmtest') { cmake_build ->
stage('Clang Debug') { stage('Clang Debug') {
def sanitizers = "undefined" def sanitizers = "undefined,integer"
cmake_build("hcc", "-DCMAKE_BUILD_TYPE=debug -DCMAKE_CXX_FLAGS_DEBUG='-g -fno-omit-frame-pointer -fsanitize=${sanitizers} -fno-sanitize-recover=${sanitizers}'") cmake_build("hcc", "-DCMAKE_BUILD_TYPE=debug -DCMAKE_CXX_FLAGS_DEBUG='-g -fno-omit-frame-pointer -fsanitize=${sanitizers} -fno-sanitize-recover=${sanitizers}'")
} }
stage('Clang Release') { stage('Clang Release') {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment