mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-28 07:17:32 +00:00
new testcase for PR630
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23422 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
9
test/CFrontend/2005-09-24-AsmUserPrefix.c
Normal file
9
test/CFrontend/2005-09-24-AsmUserPrefix.c
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
// RUN: %llvmgcc %s -S -o - | gccas &&
|
||||||
|
// RUN: %llvmgcc %s -S -o - | gccas | llc &&
|
||||||
|
// RUN: %llvmgcc %s -S -o - | gccas | llc | not grep _foo2
|
||||||
|
|
||||||
|
void foo() __asm__("foo2");
|
||||||
|
|
||||||
|
void bar() {
|
||||||
|
foo();
|
||||||
|
}
|
Reference in New Issue
Block a user