diff options
author | Alexander Richardson <alexrichardson@google.com> | 2024-03-21 15:04:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 15:04:19 -0700 |
commit | b8e53630f899ddb8a2ec0d37bcb86608d58c4960 (patch) | |
tree | 4987d373db346db5f90996249fca12ce1196c0f4 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | e470ca89ba77b2f200ff3a8ad65c74028f42c5f7 (diff) | |
download | llvm-b8e53630f899ddb8a2ec0d37bcb86608d58c4960.zip llvm-b8e53630f899ddb8a2ec0d37bcb86608d58c4960.tar.gz llvm-b8e53630f899ddb8a2ec0d37bcb86608d58c4960.tar.bz2 |
[compiler-rt] Avoid pulling in __cxa_pure_virtual
When building optimized versions of the runtime libraries the compiler
is generally able to elide these references, but when building them
for maximum debug info (with -O0), these references remain which causes
the test suite to fail for tests that do not pull in the C++ standard
library.
Reviewed By: vitalybuka
Pull Request: https://github.com/llvm/llvm-project/pull/84613
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions