mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
[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:
parent
f8fcc54f70
commit
ac60638c6c
|
|
@ -163,8 +163,6 @@ def get_c2_fbobjc_xplat_compiler_flags():
|
|||
|
||||
def get_c2_fbandroid_xplat_compiler_flags():
|
||||
flags = [
|
||||
# T95767731 -- remove this once all builds are on at least llvm-13
|
||||
"-Wno-unknown-warning-option",
|
||||
"-Wno-unused-but-set-variable",
|
||||
"-DHAVE_MMAP",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user