[PATCH] [lld] Fix wrong content permission bit.

Rui Ueyama ruiu at google.com
Thu May 16 18:33:54 PDT 2013


  No tests were failing. I'm not sure if I can write a reasonable test for this. The only place that uses these permissions as bitfield seems WriterMachO.cpp, but currently permRW_L is only used by ELF. So the wrong bit is not referenced as bitfield at this moment.

http://llvm-reviews.chandlerc.com/D810



More information about the llvm-commits mailing list