diff options
author | Brad Smith <brad@comstyle.com> | 2023-11-27 13:22:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 13:22:54 -0500 |
commit | 20406af31ba5996edd4db3b7363ac1a870859929 (patch) | |
tree | 780803368d138eb44a16442ca394d99c1c870ffe /llvm/lib/CodeGen/MachineCopyPropagation.cpp | |
parent | 4a2db23e6ce48f393dea5667755bb87baca348f1 (diff) | |
download | llvm-20406af31ba5996edd4db3b7363ac1a870859929.zip llvm-20406af31ba5996edd4db3b7363ac1a870859929.tar.gz llvm-20406af31ba5996edd4db3b7363ac1a870859929.tar.bz2 |
[runtime] Have the runtime use the compiler builtin for alloca on NetBSD (#73480)
Most of the tests were failing with the following in their logs..
| /usr/bin/ld: /home/brad/llvm-build/runtimes/runtimes-bins/openmp/runtime/src/libomp.so:
warning: Warning: reference to the libc supplied alloca(3); this most likely will not
work. Please use the compiler provided version of alloca(3), by supplying the appropriate
compiler flags (e.g. -std=gnu99).
By making use of __builtin_alloca..
before:
Total Discovered Tests: 353
Unsupported: 59 (16.71%)
Passed : 51 (14.45%)
Failed : 243 (68.84%)
after:
Total Discovered Tests: 353
Unsupported: 59 (16.71%)
Passed : 290 (82.15%)
Failed : 4 (1.13%)
Diffstat (limited to 'llvm/lib/CodeGen/MachineCopyPropagation.cpp')
0 files changed, 0 insertions, 0 deletions