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 ->
}
}, clang: rocmnode('rocmtest') { cmake_build ->
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}'")
}
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