[PATCH] D92058: [XCOFF][AIX] Alternative path in EHStreamer for platforms do not have uleb128 support

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 20:16:44 PST 2020


hubert.reinterpretcast added inline comments.


================
Comment at: llvm/lib/MC/MCAsmInfo.cpp:32-33
 
+static cl::opt<DefaultOnOff> UseULEB128Directive(
+    "use-uleb128-directive", cl::Hidden,
+    cl::desc(
----------------
Avoid option naming that only covers the "unsigned" case.


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

https://reviews.llvm.org/D92058



More information about the llvm-commits mailing list