Sergei Barannikov | c91cc45 | 2024-08-20 11:25:49 +0300 | [diff] [blame] | 1 | ; Bitcode with invalid natural stack alignment. |
2 | |||||
3 | ; RUN: not llvm-dis %s.bc -o - 2>&1 | FileCheck %s | ||||
4 | |||||
5 | CHECK: error: stack natural alignment must be a power of two times the byte width |