[llvm-branch-commits] [llvm] [MLGO] Remove absl dependency from scripts (PR #78880)

Mircea Trofin via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Jan 21 14:26:06 PST 2024


================
@@ -12,43 +12,38 @@
   --default_args="<list of space separated flags>"
 """
 
-from absl import app
-from absl import flags
-from absl import logging
+import logging
+import argparse
----------------
mtrofin wrote:

can the imports be in alphabetical order, or does `black` not do that for us?

https://github.com/llvm/llvm-project/pull/78880


More information about the llvm-branch-commits mailing list