[PATCH] D108416: [llvm-libgcc] initial commit

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 13 13:59:24 PST 2022


tschuett added a comment.

I prefer: `#!/usr/bin/env python3`

and

  def main():
    return 0
  
  if __name__ == "__main__":
      sys.exit(main())


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108416



More information about the llvm-commits mailing list