diff options
author | bd1976bris <bd1976llvm@gmail.com> | 2024-10-04 14:59:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-04 14:59:41 +0100 |
commit | d2051919bb42087ebde2a8bdcd5b2676ad16d8eb (patch) | |
tree | f40c52bdd3116f528cb1c39750e73a3d3581ad97 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 4da4fac322165420f0522cb554e5f6f25540d564 (diff) | |
download | llvm-d2051919bb42087ebde2a8bdcd5b2676ad16d8eb.zip llvm-d2051919bb42087ebde2a8bdcd5b2676ad16d8eb.tar.gz llvm-d2051919bb42087ebde2a8bdcd5b2676ad16d8eb.tar.bz2 |
[MSVC] work-around for compile time issue 102513 (#110986)
Disable optimizations when building clang/lib/AST/ByteCode/Interp.cpp
with Microsoft's compiler as it has a bug that causes excessive build
times. We do this only when NDEBUG is not defined on the assumption that
building without asserts indicates that a user is strongly invested in
runtime performance.
Partially addresses: https://github.com/llvm/llvm-project/issues/102513.
Once the bug is addressed in the Microsoft compiler this can be removed.
Co-authored-by: dyung
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions