[clang] 8172183 - Whitespace fixes for
Nick Desaulniers via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 18 15:10:12 PDT 2021
Author: Nick Desaulniers
Date: 2021-06-18T15:09:18-07:00
New Revision: 817218336aa3e3c0ca422ae00f8d8ca41b8fbd6d
URL: https://github.com/llvm/llvm-project/commit/817218336aa3e3c0ca422ae00f8d8ca41b8fbd6d
DIFF: https://github.com/llvm/llvm-project/commit/817218336aa3e3c0ca422ae00f8d8ca41b8fbd6d.diff
LOG: Whitespace fixes for
193e41c987127aad86d0380df83e67a85266f1f1
which reportedly fails on the mac builds.
Added:
Modified:
clang/test/CodeGen/no_profile.c
Removed:
################################################################################
diff --git a/clang/test/CodeGen/no_profile.c b/clang/test/CodeGen/no_profile.c
index 5ac116b19c7a..50ca71f4fa0e 100644
--- a/clang/test/CodeGen/no_profile.c
+++ b/clang/test/CodeGen/no_profile.c
@@ -9,11 +9,11 @@
int g(int);
void __attribute__((no_profile)) no_instr() {
-// CHECK: define {{.*}} void @no_instr() [[ATTR:#[0-9]+]]
+// CHECK: define {{.*}}void @no_instr() [[ATTR:#[0-9]+]]
}
void instr(void) {
-// CHECK: define {{.*}} void @instr() [[ATTR2:#[0-9]+]]
+// CHECK: define {{.*}}void @instr() [[ATTR2:#[0-9]+]]
}
// CHECK: attributes [[ATTR]] = {{.*}} noprofile
// CHECK: attributes [[ATTR2]] = {
More information about the cfe-commits
mailing list