[llvm] [llvm-debuginfo-analyzer] Add support for WebAssembly binary format. (PR #82588)

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 4 16:58:27 PST 2024


================
@@ -0,0 +1,30 @@
+//-----------------------------------------------------------------------------
+// Definitions.
+//-----------------------------------------------------------------------------
+#ifndef SUITE_DEFINITIONS_H
+#define SUITE_DEFINITIONS_H
+
+#ifdef _MSC_VER
----------------
dschuff wrote:

since this is input just for testing, the compiler will always be clang and never MSVC. we could probably just write these definitions directly into the test. unless the test is shared with other compilers or platforms?

https://github.com/llvm/llvm-project/pull/82588


More information about the llvm-commits mailing list