Same approach as in Asan. Now it's going to print: ``` Failed Tests (2): UBSan-Minimal-i386-linux :: TestCases/icall.c UBSan-Minimal-x86_64-linux :: TestCases/icall.c ``` Before it was: ``` Failed Tests (2): UBSan-Minimal-x86_64 :: TestCases/icall.c UBSan-Minimal-x86_64 :: TestCases/icall.c ```
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================