[PATCH] D152989: Pre-commit test for D151696.
Kan Shengchen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 27 19:46:23 PDT 2023
skan added inline comments.
================
Comment at: clang/test/CodeGen/attr-cpuspecific-cpus.c:12
+
+ATTR(cpu_specific(generic)) void CPU0(void){}
+ATTR(cpu_specific(pentium)) void CPU1(void){}
----------------
Shouldn't we use the same function name?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152989/new/
https://reviews.llvm.org/D152989
More information about the cfe-commits
mailing list