Changeset View
Changeset View
Standalone View
Standalone View
clang/test/Misc/cc1as-split-dwarf.s
// REQUIRES: x86-registered-target | // REQUIRES: x86-registered-target | ||||
// RUN: %clang -cc1as -triple x86_64-pc-linux-gnu %s -filetype obj -o %t1 -split-dwarf-output %t2 | // RUN: %clang_bin -cc1as -triple x86_64-pc-linux-gnu %s -filetype obj -o %t1 -split-dwarf-output %t2 | ||||
// RUN: llvm-objdump -s %t1 | FileCheck --check-prefix=O %s | // RUN: llvm-objdump -s %t1 | FileCheck --check-prefix=O %s | ||||
// RUN: llvm-objdump -s %t2 | FileCheck --check-prefix=DWO %s | // RUN: llvm-objdump -s %t2 | FileCheck --check-prefix=DWO %s | ||||
// O-NOT: Contents of section | // O-NOT: Contents of section | ||||
// O: Contents of section .strtab: | // O: Contents of section .strtab: | ||||
// O-NOT: Contents of section | // O-NOT: Contents of section | ||||
// O: Contents of section .text: | // O: Contents of section .text: | ||||
// O-NEXT: 0000 c3 | // O-NEXT: 0000 c3 | ||||
Show All 16 Lines |