[PATCH] D94460: [dsymutil] Copy eh_frame content into the dSYM companion file.

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 11 17:06:10 PST 2021


JDevlieghere added inline comments.


================
Comment at: llvm/test/tools/dsymutil/X86/eh_frame.test:2
+// FIXME: Replace otool with llvm-objcopy --dump-section=__TEXT,__eh_frame.
+// REQUIRES : system-darwin
+
----------------
aprantl wrote:
> This test has an odd combination of syntax :-)
> Why C-style comments here ...
I had already pasted the source code when I added this line, I think it tricked my brain into writing comment markers subconsciously... 


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

https://reviews.llvm.org/D94460



More information about the llvm-commits mailing list