mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-17 16:31:02 +00:00
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
llvm-svn: 305145
This commit is contained in:
parent
cc29dbfc62
commit
0c10465a57
@ -515,6 +515,7 @@ void Util::organizeSections() {
|
||||
// Main executables, need a zero-page segment
|
||||
segmentForName("__PAGEZERO");
|
||||
// Fall into next case.
|
||||
LLVM_FALLTHROUGH;
|
||||
case llvm::MachO::MH_DYLIB:
|
||||
case llvm::MachO::MH_BUNDLE:
|
||||
// All dynamic code needs TEXT segment to hold the load commands.
|
||||
|
Loading…
x
Reference in New Issue
Block a user