[clang] [Offload] Do not pass `-fcf-protection=` for offloading (PR #88402)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Mon May 20 16:39:28 PDT 2024


================
@@ -0,0 +1,39 @@
+// Check that -fcf-protection does not get passed to the device-side
----------------
MaskRay wrote:

We also have unsupported-option-gpu.c to test various ignored options for GPU.

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


More information about the cfe-commits mailing list