[llvm] [MLGO] Remove absl dependency from scripts (PR #78880)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 21 15:01:41 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
----------------
boomanaiden154 wrote:
Black doesn't do it automatically. I've put the script imports into alphabetical order.
https://github.com/llvm/llvm-project/pull/78880
More information about the llvm-commits
mailing list