[flang-commits] [clang] [flang] [llvm] [flang] Add runtime trampoline pool for W^X compliance (PR #183108)

Sairudra More via flang-commits flang-commits at lists.llvm.org
Thu Feb 26 22:47:09 PST 2026


================
@@ -0,0 +1,15 @@
+! Test that -fruntime-trampoline is properly forwarded from driver to
+! frontend, and that -fno-runtime-trampoline (default) works.
+
+! REQUIRES: x86-registered-target
----------------
Saieiei wrote:

Good catch — removed `REQUIRES: x86-registered-target` since `-###` only prints the command line without executing.

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


More information about the flang-commits mailing list