File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- ; RUN: llc -mtriple=x86_64-linux -filetype=obj < %s \
1+ ; RUN: llc -mtriple=x86_64 -filetype=obj < %s \
22; RUN: | llvm-dwarfdump -debug-info -debug-loclists - | FileCheck %s
3- ; RUN: llc -mtriple=x86_64-linux -split-dwarf-file=foo.dwo -filetype=obj -dwarf-op-convert=Enable < %s \
3+ ; RUN: llc -mtriple=x86_64 -split-dwarf-file=foo.dwo -filetype=obj -dwarf-op-convert=Enable < %s \
44; RUN: | llvm-dwarfdump -debug-info -debug-loclists - | FileCheck --check-prefix=SPLIT --check-prefix=CHECK %s
5- ; RUN: llc -mtriple=x86_64-linux -split-dwarf-file=foo.dwo -filetype=asm -dwarf-op-convert=Enable < %s \
5+ ; RUN: llc -mtriple=x86_64 -split-dwarf-file=foo.dwo -filetype=asm -dwarf-op-convert=Enable < %s \
66; RUN: | FileCheck --check-prefix=ASM %s
77
88; RUN: llc -mtriple=x86_64-mingw -filetype=obj < %s \
You can’t perform that action at this time.
0 commit comments