Mercurial > hg > CbC > CbC_llvm
comparison test/MC/ELF/popsection.s @ 147:c2174574ed3a
LLVM 10
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 14 Aug 2019 16:55:33 +0900 |
parents | 7d135dc70f03 |
children |
comparison
equal
deleted
inserted
replaced
134:3a76565eade5 | 147:c2174574ed3a |
---|---|
1 // RUN: llvm-mc -filetype=obj %s -o - -triple x86_64-pc-linux | llvm-readobj -s - | FileCheck %s | 1 // RUN: llvm-mc -filetype=obj %s -o - -triple x86_64-pc-linux | llvm-readobj -S - | FileCheck %s |
2 | 2 |
3 // This used to crash. Test that it create an empty section instead. | 3 // This used to crash. Test that it create an empty section instead. |
4 | 4 |
5 .pushsection foo | 5 .pushsection foo |
6 .popsection | 6 .popsection |