Changeset View
Changeset View
Standalone View
Standalone View
test/ExecutionEngine/RuntimeDyld/X86/ELF_x86-64_debug_frame.s
# RUN: llvm-mc -triple=x86_64-pc-linux -filetype=obj -o %T/ELF_x86-64_debug_frame.o %s | # RUN: rm -rf %t && mkdir -p %t | ||||
# RUN: llvm-rtdyld -triple=x86_64-pc-linux -verify -check=%s %T/ELF_x86-64_debug_frame.o | # RUN: llvm-mc -triple=x86_64-pc-linux -filetype=obj -o %t/ELF_x86-64_debug_frame.o %s | ||||
# RUN: llvm-rtdyld -triple=x86_64-pc-linux -verify -check=%s %t/ELF_x86-64_debug_frame.o | |||||
.text | .text | ||||
.file "debug_frame_test.c" | .file "debug_frame_test.c" | ||||
.align 16, 0x90 | .align 16, 0x90 | ||||
.type foo,@function | .type foo,@function | ||||
foo: | foo: | ||||
.cfi_startproc | .cfi_startproc | ||||
retq | retq | ||||
Show All 10 Lines |