[libc-commits] [PATCH] D152226: [FunctionAttrs] Propagate some func/arg/ret attributes from caller to callsite (WIP)
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Jun 5 22:00:14 PDT 2023
sivachandra added inline comments.
================
Comment at: libc/CMakeLists.txt:22
+# that clang will use it.
+if(LLVM_LIBC_MAKE_DISCOVERABLE)
+ if(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR)
----------------
Likely out of date and not required for this patch?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152226/new/
https://reviews.llvm.org/D152226
More information about the libc-commits
mailing list