[Lldb-commits] [PATCH] D61018: RegisterContextLLDB: Push CFA value on DWARF stack when evaluating register expressions

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 23 07:43:04 PDT 2019


clayborg added a comment.

Got errors trying to compile this .s file on mac:

  $ ~/Documents/src/lldb/svn/lldb/llvm-build/Release+Asserts/x86_64/bin/clang foo.s -o foo.o
  foo.s:3:9: error: unknown directive
          .type bar, @function
          ^
  foo.s:11:9: error: unknown directive
          .size bar, .-bar
          ^
  foo.s:13:9: error: unknown directive
          .type foo, @function
          ^
  foo.s:25:9: error: unknown directive
          .size foo, .-foo
          ^
  foo.s:27:9: error: unknown directive
          .type main, @function
          ^
  foo.s:49:9: error: unknown directive
          .size main, .-main


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61018/new/

https://reviews.llvm.org/D61018





More information about the lldb-commits mailing list