Mercurial > hg > CbC > CbC_llvm
annotate test/Linker/drop-debug.ll @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | 7d135dc70f03 |
children | c2174574ed3a |
rev | line source |
---|---|
95 | 1 ; RUN: llvm-link %p/Inputs/drop-debug.bc -o %t 2>&1 | FileCheck %s |
2 | |
3 ;; drop-debug.bc was created from "void f(void) {}" with clang 3.5 and | |
4 ; -gline-tables-only, so it contains old debug info. | |
5 | |
100 | 6 ; CHECK: WARNING: ignoring debug info with an invalid version (1) in {{.*}}/Inputs/drop-debug.bc |