brintos

brintos / llvm-project-archived public Read only

0
0
Text · 383 B · c7ab2f4 Raw
9 lines · plain
1; AppleClang-700 uses a debug info version that isn't recognized by llvm.org2; compilers. However, it does produce valid bitcode which should parse without3; crashing the metadata loader.4 5RUN: llvm-dis < %S/Inputs/apple-clang-700-O3-g-1.bc 2>&1 \6RUN:   | FileCheck %s -check-prefix INVALID-VERSION7 8INVALID-VERSION: warning: ignoring debug info with an invalid version (700000003)9