[compiler-rt] 32f2f0d - [NFC] Fix banner

Luís Marques via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 9 02:00:28 PDT 2020


Author: Luís Marques
Date: 2020-10-09T10:00:11+01:00
New Revision: 32f2f0d78aa09823fd45464f11db792c23d62e53

URL: https://github.com/llvm/llvm-project/commit/32f2f0d78aa09823fd45464f11db792c23d62e53
DIFF: https://github.com/llvm/llvm-project/commit/32f2f0d78aa09823fd45464f11db792c23d62e53.diff

LOG: [NFC] Fix banner

Added: 
    

Modified: 
    compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_riscv64.inc

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_riscv64.inc b/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_riscv64.inc
index 16742da4708e..89c12602057c 100644
--- a/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_riscv64.inc
+++ b/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_riscv64.inc
@@ -1,4 +1,4 @@
-//===-- sanitizer_syscall_linux_aarch64.inc --------------------*- C++ -*-===//
+//===-- sanitizer_syscall_linux_riscv64.inc ---------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.


        


More information about the llvm-commits mailing list