MaskRay added inline comments.
================ Comment at: clang/docs/ClangCommandLineReference.rst:1086 +.. option:: -mno-fmv + ---------------- This file is auto-generated. Don't touch it. ================ Comment at: clang/lib/CodeGen/CGBuiltin.cpp:1173 return None; - case ARM::BI_BitScanForward: - case ARM::BI_BitScanForward64: + case clang::ARM::BI_BitScanForward: + case clang::ARM::BI_BitScanForward64: ---------------- This can be committed separately. ================ Comment at: clang/test/CodeGen/attr-target-version.c:75 + +//. +// CHECK: @__aarch64_cpu_features = external dso_local global { i64 } ---------------- Remove `//.` and `// <empty>`. Note: some editors like neovim supports `{` `}` to navigate among paragraphs. Adding `//` just adds inconvenience. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D127812/new/ https://reviews.llvm.org/D127812 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits