mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-15 23:16:31 +00:00

Fixes: ``` [6113/7139] Building CXX object projects\compiler-rt\lib\interception\CMakeFiles\RTInterception.x86_64.dir\interception_win.cpp.obj C:\git\llvm-project\compiler-rt\lib\interception\interception_win.cpp(746,5): warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] 746 | case 0xB841: // 41 B8 XX XX XX XX : mov r8d, XX XX XX XX | ^ C:\git\llvm-project\compiler-rt\lib\interception\interception_win.cpp(746,5): note: insert 'FALLTHROUGH;' to silence this warning 746 | case 0xB841: // 41 B8 XX XX XX XX : mov r8d, XX XX XX XX | ^ | FALLTHROUGH; C:\git\llvm-project\compiler-rt\lib\interception\interception_win.cpp(746,5): note: insert 'break;' to avoid fall-through 746 | case 0xB841: // 41 B8 XX XX XX XX : mov r8d, XX XX XX XX | ^ | break; 1 warning generated. ```
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. ================================