[all-commits] [llvm/llvm-project] 95e6f5: [llvm-xray][test] Combine two AArch64 tests
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Apr 13 10:54:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 95e6f5c655fa39c26e4dc8d5ca65749af69cb484
https://github.com/llvm/llvm-project/commit/95e6f5c655fa39c26e4dc8d5ca65749af69cb484
Author: Fangrui Song <maskray at google.com>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
R llvm/test/tools/llvm-xray/AArch64/extract-instrmap-aarch64-mangled.test
R llvm/test/tools/llvm-xray/AArch64/extract-instrmap-aarch64.test
A llvm/test/tools/llvm-xray/AArch64/extract-instrmap.test
Log Message:
-----------
[llvm-xray][test] Combine two AArch64 tests
Rename extract-instrmap-aarch64.test to extract-instrmap.test because
the path component `AArch64` conveys the target name clearly.
Additionally, adopt a convention we start to use in LLVM binary
utilities: prepend `#` to CHECK/RUN lines and `##` to comment lines even
if the file contains no code. The notation makes CHECK/RUN/comments
stand out.
Reviewed By: dberris
Differential Revision: https://reviews.llvm.org/D77883
More information about the All-commits
mailing list