llvm-project/llvm/test/Bitcode/invalid-stack-align.ll
Sergei Barannikov c91cc459d3
[DataLayout] Refactor the rest of parseSpecification (#104545)
The aim is to improve test coverage of data layout string parsing.

Pull Request: https://github.com/llvm/llvm-project/pull/104545
2024-08-20 11:25:49 +03:00

6 lines
183 B
LLVM

; Bitcode with invalid natural stack alignment.
; RUN: not llvm-dis %s.bc -o - 2>&1 | FileCheck %s
CHECK: error: stack natural alignment must be a power of two times the byte width