[PATCH] D95158: Use DataExtractor to decode SLEB128 in android_relas.

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 21 19:05:45 PST 2021


probinson added inline comments.


================
Comment at: llvm/lib/Object/ELF.cpp:12
+#include "llvm/Support/DataExtractor.h"
 #include "llvm/Support/LEB128.h"
 
----------------
Can you remove the LEB128.h include?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95158



More information about the llvm-commits mailing list