[clang] [clang] [hexagon] handle --unwindlib arg (PR #99552)

Brian Cain via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 18 14:32:47 PDT 2024


================
@@ -156,6 +156,8 @@ def err_drv_unsupported_rtlib_for_platform : Error<
   "unsupported runtime library '%0' for platform '%1'">;
 def err_drv_invalid_unwindlib_name : Error<
   "invalid unwind library name in argument '%0'">;
+def err_drv_unsupported_unwind_for_platform : Error<
+  "unwind library '%0' is not supported by this platform">;
----------------
androm3da wrote:

I deliberately changed it because I didn't know how to describe this platform in the `%1`.

But yeah I can make it like that and use the triple I guess.

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


More information about the cfe-commits mailing list