[DWARF] Add instructions to regenerate this test, if needed.

This commit is contained in:
Davide Italiano 2020-04-16 13:31:32 -07:00
parent 8cac6d1875
commit 1fae85a853
1 changed files with 9 additions and 0 deletions

View File

@ -3,6 +3,15 @@
# REQUIRES: x86
# Original test case (for future reference), compiled with:
# $ clang-10 -g -Og test.c -o test
# $ cat test.c
# volatile int a;
# main() {
# int b = 3;
# a;
# }
# RUN: llvm-mc -triple=x86_64-apple-macosx10.15.0 -filetype=obj %s > %t.o
# RUN: lldb-test symbols %t.o | FileCheck %s