[SLP]Reduce number of alternate instruction, where possible
[llvm-project.git] / llvm / test / ExecutionEngine / JITLink / x86-64 / COFF_file_debug.s
blobac1ef2dc962bfda2303e4846c7a532b8ad5ff0cc
1 # REQUIRES: asserts
2 # RUN: llvm-mc -filetype=obj -triple=x86_64-windows-msvc %s -o %t
3 # RUN: llvm-jitlink -num-threads=0 -debug-only=jitlink -noexec \
4 # RUN: -abs func=0xcafef00d %t 2>&1 \
5 # RUN: | FileCheck %s
7 # Check a file debug symbol is skipped.
9 # CHECK: Creating graph symbols...
10 # CHECK: 7: Skipping FileRecord symbol ".file" in (debug) (index: -2)
12 .text
14 .file "skip_this_file_symbol"
16 .def main;
17 .scl 2;
18 .type 32;
19 .endef
20 .globl main
21 .p2align 4, 0x90
22 main:
23 retq