[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / utils / lit / lit.py
blob5c1c953e8bc7588630c0ec19d10cfbee29893184
1 #!/usr/bin/env python3
3 from lit.main import main
5 if __name__ == "__main__":
6 main()