Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Bitcode / apple-clang-700-compat.test
blobc7ab2f49687134dccfd5d8ffcaf1ed207940da3d
1 ; AppleClang-700 uses a debug info version that isn't recognized by llvm.org
2 ; compilers. However, it does produce valid bitcode which should parse without
3 ; crashing the metadata loader.
5 RUN: llvm-dis < %S/Inputs/apple-clang-700-O3-g-1.bc 2>&1 \
6 RUN:   | FileCheck %s -check-prefix INVALID-VERSION
8 INVALID-VERSION: warning: ignoring debug info with an invalid version (700000003)