Mercurial > hg > CbC > CbC_llvm
diff test/MC/ELF/section-metadata-err2.s @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/MC/ELF/section-metadata-err2.s Fri Oct 27 17:07:41 2017 +0900 @@ -0,0 +1,6 @@ +// RUN: not llvm-mc -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s + +// CHECK: error: symbol is not in a section: foo + + .quad foo + .section .shf_metadata,"ao",@progbits,foo