[clang] [flang] [llvm] [flang] Add runtime trampoline pool for W^X compliance (PR #183108)
Kiran Chandramohan via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 6 06:06:23 PST 2026
================
@@ -0,0 +1,126 @@
+! RUN: %flang_fc1 -fsafe-trampoline -emit-llvm -o - %s | FileCheck %s
----------------
kiranchandramohan wrote:
Nit: `emit-llvm` tests should be in the Integration tests directory.
https://github.com/llvm/llvm-project/pull/183108
More information about the cfe-commits
mailing list