[clang] [llvm] [LLVM] Trim intrinsics (PR #112791)

Jessica Clarke via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 21 23:04:02 PDT 2024


================
@@ -1,3 +1,4 @@
+// REQUIRES: directx-registered-target
----------------
jrtc27 wrote:

This seems wrong. Emitting LLVM from the Clang frontend should not require anything about the set of targets enabled in LLVM itself.

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


More information about the cfe-commits mailing list