diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2023-07-06 19:11:04 -0700 |
---|---|---|
committer | Aiden Grossman <agrossman154@yahoo.com> | 2023-07-06 19:12:28 -0700 |
commit | 71cbc62a24df85cf6c6d02d959fccfde231c0698 (patch) | |
tree | 85a609ed1c53192ea45baafcc200770271307ae8 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 68785c1c44bdf68bd9ad09cc141d708108e83479 (diff) | |
download | llvm-71cbc62a24df85cf6c6d02d959fccfde231c0698.zip llvm-71cbc62a24df85cf6c6d02d959fccfde231c0698.tar.gz llvm-71cbc62a24df85cf6c6d02d959fccfde231c0698.tar.bz2 |
[llvm-exegesis] Disable SubprocessMemory class on Android
Having the SubprocessMemory class available on Android was causing build
failures in downstream builds as Android doesn't implement the SystemV
IPC specification that supplies shm_open and other functions that the
class relies on. This patch simply makes it unavailable on Android using
preprocessor directives.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions