aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorYunQiang Su <wzssyqa@gmail.com>2023-08-07 15:25:34 -0400
committerBrad Smith <brad@comstyle.com>2023-08-07 15:25:34 -0400
commit0f99bc2d685c572c3b38fd0e1ca56be12d7e2f6a (patch)
tree62dabacf6cfae3626f6197e2e79bd2587f79c304 /clang/lib/Frontend/CompilerInvocation.cpp
parent019a477c88df5768c064b1d9c031417fbb67e5c5 (diff)
downloadllvm-0f99bc2d685c572c3b38fd0e1ca56be12d7e2f6a.zip
llvm-0f99bc2d685c572c3b38fd0e1ca56be12d7e2f6a.tar.gz
llvm-0f99bc2d685c572c3b38fd0e1ca56be12d7e2f6a.tar.bz2
MIPS: clear_cache, use _flush_cache instead of cacheflush
The cacheflush is only defined with __USE_MISC, which depends on _DEFAULT_SOURCE, _GNU_SOURCE or _BSD_SOURCE, or _SVID_SOURCE. If CC is called with -std=c11, these macros won't be defined, Let's use _flush_cache, which is defined always. Reviewed By: brad, jrtc27 Differential Revision: https://reviews.llvm.org/D156072
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions