[clang] ce91540 - [clang][test][NFC] Move attr-ifunc.c test from Sema to CodeGen
Itay Bookstein via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 9 13:51:45 PST 2021
Author: Itay Bookstein
Date: 2021-11-09T23:51:29+02:00
New Revision: ce91540beeff08ddef826c0819fbaabfd4aefc86
URL: https://github.com/llvm/llvm-project/commit/ce91540beeff08ddef826c0819fbaabfd4aefc86
DIFF: https://github.com/llvm/llvm-project/commit/ce91540beeff08ddef826c0819fbaabfd4aefc86.diff
LOG: [clang][test][NFC] Move attr-ifunc.c test from Sema to CodeGen
Signed-off-by: Itay Bookstein <ibookstein at gmail.com>
Reviewed By: erichkeane
Differential Revision: https://reviews.llvm.org/D113431
Added:
clang/test/CodeGen/attr-ifunc.c
Modified:
Removed:
clang/test/Sema/attr-ifunc.c
################################################################################
diff --git a/clang/test/Sema/attr-ifunc.c b/clang/test/CodeGen/attr-ifunc.c
similarity index 100%
rename from clang/test/Sema/attr-ifunc.c
rename to clang/test/CodeGen/attr-ifunc.c
More information about the cfe-commits
mailing list