Details
Details
- Reviewers
clayborg JDevlieghere jingham labath - Commits
- rZORGc7a258e25223: ARMDefines.h: fix -Wimplicit-fallthrough in -DLLVM_ENABLE_ASSERTIONS=OFF builds
rZORG54e4c531ddff: ARMDefines.h: fix -Wimplicit-fallthrough in -DLLVM_ENABLE_ASSERTIONS=OFF builds
rGc7a258e25223: ARMDefines.h: fix -Wimplicit-fallthrough in -DLLVM_ENABLE_ASSERTIONS=OFF builds
rG54e4c531ddff: ARMDefines.h: fix -Wimplicit-fallthrough in -DLLVM_ENABLE_ASSERTIONS=OFF builds
rG6c780b62f03a: ARMDefines.h: fix -Wimplicit-fallthrough in -DLLVM_ENABLE_ASSERTIONS=OFF builds
rLLDB360646: ARMDefines.h: fix -Wimplicit-fallthrough in -DLLVM_ENABLE_ASSERTIONS=OFF builds
rL360646: ARMDefines.h: fix -Wimplicit-fallthrough in -DLLVM_ENABLE_ASSERTIONS=OFF builds
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I've seen these warnings for a very long time...
[677/732] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SystemInitializerFull.cpp.o In file included from ../tools/lldb/source/API/SystemInitializerFull.cpp:46: In file included from ../tools/lldb/source/./Plugins/Instruction/ARM/EmulateInstructionARM.h:12: ../tools/lldb/source/./Plugins/Process/Utility/ARMDefines.h:73:3: warning: unannotated fall-through between swit ch labels [-Wimplicit-fallthrough] case COND_EQ: ^ ../tools/lldb/source/./Plugins/Process/Utility/ARMDefines.h:73:3: note: insert 'LLVM_FALLTHROUGH;' to silence th is warning case COND_EQ: ^ LLVM_FALLTHROUGH; ../tools/lldb/source/./Plugins/Process/Utility/ARMDefines.h:73:3: note: insert 'break;' to avoid fall-through case COND_EQ: ^ break; 1 warning generated. [732/732] Linking CXX executable bin/lldb