dmlary added a comment.

> We should test any APIs we add in a python test IMHO.  Also testing that the 
> ".alignment" property works

Ok, I'll add tests for the added python function and property.

Now for the hard part, what's the recommended way to access elf section details 
within python without using the function added in this commit?  I do not think 
it is safe to hard code the expected alignment in the test case as the default 
alignment may vary across architectures.  Shelling out to `readelf` and parsing 
is possible, but feels clunky; is there an existing function to get this data?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128069

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

Reply via email to