Mercurial > hg > CbC > CbC_llvm
view test/MC/AsmParser/bad-macro.s @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | 95c75e76d11b |
children |
line wrap: on
line source
// RUN: not llvm-mc -triple x86_64-apple-darwin10 %s 2>&1 | FileCheck %s .macro 23 // CHECK: expected identifier in '.macro' directive .macro abc 33 // CHECK: expected identifier in '.macro' directive