forked from OSchip/llvm-project
[DWARF] Add instructions to regenerate this test, if needed.
This commit is contained in:
parent
8cac6d1875
commit
1fae85a853
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue