[ndk] Clean up LLVM and libc++ 12 and 13 (#107326)

Reviewed By: simpleton

Differential Revision: D48410595

Pull Request resolved: https://github.com/pytorch/pytorch/pull/107326
Approved by: https://github.com/yozhu
This commit is contained in:
Shoaib Meenai 2023-09-26 02:05:27 +00:00 committed by PyTorch MergeBot
parent f8fcc54f70
commit ac60638c6c

View File

@ -163,8 +163,6 @@ def get_c2_fbobjc_xplat_compiler_flags():
def get_c2_fbandroid_xplat_compiler_flags(): def get_c2_fbandroid_xplat_compiler_flags():
flags = [ flags = [
# T95767731 -- remove this once all builds are on at least llvm-13
"-Wno-unknown-warning-option",
"-Wno-unused-but-set-variable", "-Wno-unused-but-set-variable",
"-DHAVE_MMAP", "-DHAVE_MMAP",
] ]