[libunwind] [libunwind] Tweak tests for musl support. (PR #85097)
Alastair Houghton via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 22 06:28:35 PDT 2024
================
@@ -11,20 +11,27 @@
// Basic test for float registers number are accepted.
-#include <dlfcn.h>
#include <stdlib.h>
#include <string.h>
#include <unwind.h>
+// Using __attribute__((section("main_func"))) is Linux specific, but then
----------------
al45tair wrote:
Fair point.
https://github.com/llvm/llvm-project/pull/85097
More information about the cfe-commits
mailing list