Changeset View
Changeset View
Standalone View
Standalone View
clang/test/Driver/as-dwarf-cie.s
# REQUIRES: x86-registered-target | # REQUIRES: x86-registered-target | ||||
# Test that there is a sane default CIE version. | # Test that there is a sane default CIE version. | ||||
# RUN: %clang -cc1as -triple i386-apple-darwin -filetype obj %s -o %t | # RUN: %clang_bin -cc1as -triple i386-apple-darwin -filetype obj %s -o %t | ||||
# RUN: llvm-objdump --dwarf=frames %t | FileCheck %s | # RUN: llvm-objdump --dwarf=frames %t | FileCheck %s | ||||
# CHECK: .debug_frame contents: | # CHECK: .debug_frame contents: | ||||
# CHECK: CIE | # CHECK: CIE | ||||
# CHECK: Version: 1 | # CHECK: Version: 1 | ||||
.section __TEXT,__text,regular,pure_instructions | .section __TEXT,__text,regular,pure_instructions | ||||
.globl _f | .globl _f | ||||
.p2align 4, 0x90 | .p2align 4, 0x90 | ||||
_f: ## @f | _f: ## @f | ||||
Show All 26 Lines |