llvm-6502/test/CodeGen/PIC16/check_inc_files.ll

10 lines
168 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | llc -march=pic16 | FileCheck %s
;CHECK: #include p16f1xxx.inc
;CHECK: #include stdmacros.inc
define void @foo() nounwind {
entry:
ret void
}