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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to